From: Daiki Ueno Date: Sun, 5 Dec 2004 07:28:05 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=0e6596fe3536fbaceb0fd308a2a45360e374023a;hp=c63c8dbd3ecdedb1d9da78546b252b6dc1c4e46d 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)))