Skip to content

Commit

Permalink
Merge pull request #356 from vBm/spelling
Browse files Browse the repository at this point in the history
Cosmetics: fix minor spelling mistakes [ci skip]
  • Loading branch information
jirwin committed Apr 15, 2015
2 parents 78989e2 + befd5bf commit deb2f3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var client = new irc.Client('irc.yourserver.com', 'myNick', {
Of course it's not much use once it's connected if that's all you have!

The client emits a large number of events that correlate to things you'd
normally see in your favourite IRC client. Most likely the first one you'll want
normally see in your favorite IRC client. Most likely the first one you'll want
to use is:

```js
Expand Down
8 changes: 4 additions & 4 deletions docs/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Events

`function (channel, from, message) { }`

Emitted when the client recieves an `/invite`. See the `raw` event for details
Emitted when the client receives an `/invite`. See the `raw` event for details
on the `message` object.

.. js:data:: '+mode'
Expand All @@ -380,7 +380,7 @@ Events

Emitted when a mode is added to a user or channel. `channel` is the channel
which the mode is being set on/in. `by` is the user setting the mode. `mode`
is the single character mode indentifier. If the mode is being set on a user,
is the single character mode identifier. If the mode is being set on a user,
`argument` is the nick of the user. If the mode is being set on a channel,
`argument` is the argument to the mode. If a channel mode doesn't have any
arguments, `argument` will be 'undefined'. See the `raw` event for details
Expand All @@ -392,7 +392,7 @@ Events

Emitted when a mode is removed from a user or channel. `channel` is the channel
which the mode is being set on/in. `by` is the user setting the mode. `mode`
is the single character mode indentifier. If the mode is being set on a user,
is the single character mode identifier. If the mode is being set on a user,
`argument` is the nick of the user. If the mode is being set on a channel,
`argument` is the argument to the mode. If a channel mode doesn't have any
arguments, `argument` will be 'undefined'. See the `raw` event for details
Expand Down Expand Up @@ -486,7 +486,7 @@ Colors

:param string color: the name of the color as a string
:param string text: the text you want colorized
:param string reset_color: the nam of the color you want set after the text (defaults to 'reset')
:param string reset_color: the name of the color you want set after the text (defaults to 'reset')

.. js:data:: irc.colors.codes

Expand Down

0 comments on commit deb2f3c

Please sign in to comment.