Author: yamakenz
Date: Sat Sep 15 23:39:15 2007
New Revision: 4965

Modified:
   trunk/scm/anthy-utf8.scm
   trunk/scm/anthy.scm
   trunk/scm/mana.scm

Log:
* scm/anthy-utf8.scm
* scm/anthy.scm
* scm/mana.scm
  - Fix typo in comments by s/spcae/space/g. Thanks No.841 of [uim thread 7]


Modified: trunk/scm/anthy-utf8.scm
==============================================================================
--- trunk/scm/anthy-utf8.scm    (original)
+++ trunk/scm/anthy-utf8.scm    Sat Sep 15 23:39:15 2007
@@ -681,7 +681,7 @@
        (direct
        (im-commit ac (anthy-utf8-lib-eucjp-to-utf8 direct)))
 
-       ;; spcae key => commit
+       ;; space key => commit
        ((anthy-space-key? key key-state)
        (if (anthy-utf8-context-alnum ac)
            (im-commit ac (anthy-utf8-lib-eucjp-to-utf8 (list-ref

Modified: trunk/scm/anthy.scm
==============================================================================
--- trunk/scm/anthy.scm (original)
+++ trunk/scm/anthy.scm Sat Sep 15 23:39:15 2007
@@ -676,7 +676,7 @@
        (direct
        (im-commit ac direct))
 
-       ;; spcae key => commit
+       ;; space key => commit
        ((anthy-space-key? key key-state)
        (if (anthy-context-alnum ac)
            (im-commit ac (list-ref

Modified: trunk/scm/mana.scm
==============================================================================
--- trunk/scm/mana.scm  (original)
+++ trunk/scm/mana.scm  Sat Sep 15 23:39:15 2007
@@ -846,7 +846,7 @@
         (direct
           (im-commit mc direct))
 
-       ;; spcae key => commit
+       ;; space key => commit
        ((mana-space-key? key key-state)
         (if (mana-context-alnum mc)
             (im-commit mc (list-ref

Reply via email to