diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-12-06 16:09:11 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-12-06 16:09:11 +0100 |
commit | bbd733392446951f41d04c88cbab9a46ccec31d5 (patch) | |
tree | 38037712923aa6dddd883e7f855c470f50589768 /docs | |
parent | c01e026c73bb0a030e2d104e73db70c1b2795512 (diff) | |
parent | f285332c5bb98c22952779f6d13664d3b2e3b847 (diff) | |
download | irssi-bbd733392446951f41d04c88cbab9a46ccec31d5.zip |
Merge pull request #171 from vlajos/typofixes-vlajos-20141108
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/echo.in | 4 | ||||
-rw-r--r-- | docs/perl.txt | 4 | ||||
-rw-r--r-- | docs/startup-HOWTO.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/help/in/echo.in b/docs/help/in/echo.in index a730e282..4ff23730 100644 --- a/docs/help/in/echo.in +++ b/docs/help/in/echo.in @@ -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 diff --git a/docs/perl.txt b/docs/perl.txt index 732b73af..79ab5820 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -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->{} diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 736f25e9..30caf657 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -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> |