Correct spelling mistakes

This commit is contained in:
Harmon 2016-10-27 23:57:38 -05:00
parent 48dd78f50e
commit 98bbfed64c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.