1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Fix typo: transfert -> transfer

This commit is contained in:
Sebastien Helleu
2011-02-08 12:14:27 +01:00
parent cba46a3274
commit 8f2a2b9d1f
14 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -4702,7 +4702,7 @@ irc_command_init ()
"users)"),
"%(irc_msg_part)", &irc_command_cycle, NULL);
weechat_hook_command ("dcc",
N_("start a DCC (file transfert or direct chat)"),
N_("start a DCC (file transfer or direct chat)"),
N_("chat <nick>"
" || send <nick> <file>"),
N_("nick: nick for chat or file\n"