From: ueno Date: Sun, 5 Dec 2004 07:28:05 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: riece-1_0_7~127 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a935336ce3152242651cfca2a0cecfe036c276;p=elisp%2Friece.git Fixed typo. --- diff --git a/lisp/riece-message.el b/lisp/riece-message.el index 0ed4602..033c319 100644 --- a/lisp/riece-message.el +++ b/lisp/riece-message.el @@ -114,7 +114,7 @@ (riece-message-target message)))) (unless (riece-identity-member target riece-current-channels) (riece-join-channel target) - ;; If you are not joined any channel, + ;; If you are not joined to any channel, ;; switch to the target immediately. (unless riece-current-channel (riece-switch-to-channel target)))