From 6f1a2f40baf606b8ce379e1ff05e457c0c505eea Mon Sep 17 00:00:00 2001 From: bg66 Date: Wed, 30 Jan 2008 03:15:21 +0000 Subject: [PATCH] Fix typo. --- mixi.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mixi.el b/mixi.el index 17f55f6..99e09e6 100644 --- a/mixi.el +++ b/mixi.el @@ -138,7 +138,7 @@ (autoload 'w3m-retrieve "w3m") (autoload 'url-retrieve-synchronously "url")) -(defconst mixi-revision "$Revision: 1.180 $") +(defconst mixi-revision "$Revision: 1.181 $") (defgroup mixi nil "API library for accessing to mixi." @@ -2192,7 +2192,7 @@ Increase this value when unexpected error frequently occurs." ;;;###autoload (defun mixi-get-bbses (community &optional range) - "Get bbese of COMMUNITY." + "Get bbses of COMMUNITY." (unless (mixi-community-p community) (signal 'wrong-type-argument (list 'mixi-community-p community))) (let ((items (mixi-get-matched-items (mixi-bbs-list-page community) -- 1.7.10.4