diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-13 16:46:44 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-13 16:46:44 +0200 |
commit | eeb1d3068d62912b1e448e01bae12d717bb82139 (patch) | |
tree | d65d6e498a4ea64fcdf834b357d23f70ee0623c1 /src | |
parent | c3456a906842686210586c7b834c55d18ef284c0 (diff) | |
download | weechat-eeb1d3068d62912b1e448e01bae12d717bb82139.zip |
doc: fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 23b73c547..530472ab0 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5061,7 +5061,7 @@ command_init () hook_command (NULL, "mute", N_("execute a command silently"), N_("[-current | -buffer <name> | -all] command"), - N_("-current: no output on curent buffer\n" + N_("-current: no output on current buffer\n" " -buffer: no output on specified buffer\n" " name: full buffer name (examples: " "\"irc.server.freenode\", \"irc.freenode.#weechat\")\n" |