Merge pull request #171 from vlajos/typofixes-vlajos-20141108

typo fixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
Alexander Færøy 2014-12-06 16:09:11 +01:00
commit bbd7333924
15 changed files with 26 additions and 26 deletions

View file

@ -6,10 +6,10 @@
%9Parameters:%9
-current: Displays the output in the active window.
-window: Displays the ouput in the target window.
-window: Displays the output in the target window.
-level: Displays the output with a given message level.
The text ouput; if no target is given, the active window will be used.
The text output; if no target is given, the active window will be used.
%9Description:%9

View file

@ -796,7 +796,7 @@ Query->{}
address - Host address of the queries nick
server_tag - Server tag used for this nick (doesn't get erased if
server gets disconnected)
unwanted - 1 if the other side closed or some error occured (DCC chats)
unwanted - 1 if the other side closed or some error occurred (DCC chats)
Query
query_create(chat_type, server_tag, nick, automatic)
@ -1123,7 +1123,7 @@ Netsplit->{}
Netsplitserver->{}
server - The server nick was in
destserver - The other server where split occured.
destserver - The other server where split occurred.
count - Number of splits in server
Netsplitchannel->{}

View file

@ -493,7 +493,7 @@ scrollback buffer. Simplest usages are</p>
<pre>
/LASTLOG word - print all lines with "word" in them
/LASTLOG word 10 - print last 10 occurances of "word"
/LASTLOG word 10 - print last 10 occurrences of "word"
/LASTLOG -topics - print all topic changes
</pre>