Fix typo.
authorbg66 <bg66>
Wed, 30 Jan 2008 03:15:21 +0000 (03:15 +0000)
committerbg66 <bg66>
Wed, 30 Jan 2008 03:15:21 +0000 (03:15 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index 17f55f6..99e09e6 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (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)