From: bg66 Date: Wed, 30 Jan 2008 03:15:21 +0000 (+0000) Subject: Fix typo. X-Git-Tag: mixi-el-1_3_0~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6f1a2f40baf606b8ce379e1ff05e457c0c505eea;p=elisp%2Fmixi.git Fix typo. --- 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)