* elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
authorhmurata <hmurata>
Thu, 27 Dec 2001 12:35:43 +0000 (12:35 +0000)
committerhmurata <hmurata>
Thu, 27 Dec 2001 12:35:43 +0000 (12:35 +0000)
elmo/ChangeLog
elmo/elmo.el

index f484797..61c3451 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
+
 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
 
        * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
index 642834e..a0d8cae 100644 (file)
@@ -1176,7 +1176,7 @@ FIELD is a symbol of the field."
                                                           section unread)
   (let ((cache-path (elmo-fetch-strategy-cache-path strategy))
        (method-priorities
-        (cond ((eq (elmo-fetch-strategy-use-cache strategy) 'meybe)
+        (cond ((eq (elmo-fetch-strategy-use-cache strategy) 'maybe)
                '(entity cache))
               ((elmo-fetch-strategy-use-cache strategy)
                '(cache entity))