From c8a935336ce3152242651cfca2a0cecfe036c276 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 5 Dec 2004 07:28:05 +0000 Subject: [PATCH] Fixed typo. --- lisp/riece-message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 1.7.10.4