From 98bbfed64c42b8b07d476310f38eea01602b8037 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 27 Oct 2016 23:57:38 -0500 Subject: [PATCH] Correct spelling mistakes --- docs/features/index.rst | 2 +- docs/features/overview.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/index.rst b/docs/features/index.rst index 376d2e3..50995cf 100644 --- a/docs/features/index.rst +++ b/docs/features/index.rst @@ -2,7 +2,7 @@ Features ======== -pydle's main IRC functionality is divided into seperate modular components called "features". +pydle's main IRC functionality is divided into separate modular components called "features". These features allow you to mix and match your client to fit exactly to your requirements, as well as provide an easy way to extend pydle yourself, without having to dive into the source code. diff --git a/docs/features/overview.rst b/docs/features/overview.rst index e1183ad..1553cd2 100644 --- a/docs/features/overview.rst +++ b/docs/features/overview.rst @@ -134,7 +134,7 @@ Capability Negotiation Support Support for `capability negotiation` for IRC protocol extensions. -This feature enables support for a generic framework for negotiationg IRC protocol extension support between the client and the +This feature enables support for a generic framework for negotiating IRC protocol extension support between the client and the server. It was quickly found that `ISUPPORT` alone wasn't sufficient, as it only advertises support from the server side instead of allowing the server and client to negotiate. This is a generic base feature: enabling it on its own won't do much, instead other features like the IRCv3.1 support feature, or the SASL authentication feature will rely on it to work.