Fix typo.
authorbg66 <bg66>
Tue, 9 Jan 2007 00:36:10 +0000 (00:36 +0000)
committerbg66 <bg66>
Tue, 9 Jan 2007 00:36:10 +0000 (00:36 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index 9562a96..e998c44 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -2229,7 +2229,7 @@ Increase this value when unexpected error frequently occurs."
   (unless (stringp content)
     (signal 'wrong-type-argument (list 'stringp content)))
   (let* ((name (mixi-object-name parent))
-        (page (intern (concat mixi-object-prefix "-post" name
+        (page (intern (concat mixi-object-prefix "post-" name
                               "-comment-page")))
         fields post-key)
     (if (mixi-diary-p parent)