diff options
| author | 2015-10-08 08:45:42 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:56 +0100 | |
| commit | 9f7e60e792e83ce06162f6c92bde609439bc7a4e (patch) | |
| tree | 71a33c51ae4dd03263300826a8b00ddc9988635a /data | |
| parent | [ci skip] [text files and config.in] typos corrections. (diff) | |
| download | KVIrc-9f7e60e792e83ce06162f6c92bde609439bc7a4e.tar.gz KVIrc-9f7e60e792e83ce06162f6c92bde609439bc7a4e.tar.bz2 KVIrc-9f7e60e792e83ce06162f6c92bde609439bc7a4e.zip | |
[ci skip] aliases/toolbars.kvs typos corrections
Diffstat (limited to 'data')
| -rw-r--r-- | data/defscript/aliases.kvs | 8 | ||||
| -rw-r--r-- | data/defscript/toolbars.kvs | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/defscript/aliases.kvs b/data/defscript/aliases.kvs index 800c6dd37..290782df7 100644 --- a/data/defscript/aliases.kvs +++ b/data/defscript/aliases.kvs @@ -307,7 +307,7 @@ alias(awayall) # notify: this is a bit more complex # We want to add an user to the notify list with a single command -# The notify lists are handled thru the registered users database +# The notify lists are handled through the registered users database alias(notify) { # This one adds a registered users database entry @@ -338,7 +338,7 @@ alias(notify) %oldNicks = $reguser.property($0,notify) - # It would be a good idea to check if the nikckname is already in the %oldNicks list + # It would be a good idea to check if the nickname is already in the %oldNicks list # but this is left as exercise for the reader. %oldNicks << $0 @@ -390,7 +390,7 @@ alias(ignore) } } -# Dcc...people commonly use "dcc send" instead of "dcc.send" +# DCC... people commonly use "dcc send" instead of "dcc.send" alias(dcc) { switch($0) @@ -423,7 +423,7 @@ alias(dcc) } # -# return a string with the name of the curerent usermode +# return a string with the name of the current usermode # alias(usermodename) { diff --git a/data/defscript/toolbars.kvs b/data/defscript/toolbars.kvs index cbcfdc43c..dac8887fa 100644 --- a/data/defscript/toolbars.kvs +++ b/data/defscript/toolbars.kvs @@ -1,7 +1,7 @@ # Default toolbars file toolbar.create irccontext $tr("IRC Context","defscript") $icon("irc4") -# toolbar.additem irccontext kvirc.irccontextdisplay - info dublicated with te status line +# toolbar.additem irccontext kvirc.irccontextdisplay - info duplicated with the status line toolbar.additem irccontext kvirc.connect toolbar.additem irccontext kvirc.servermenu toolbar.additem irccontext kvirc.newirccontext |
