Revision: 5985
Author: iratqq
Date: Mon Aug 17 05:01:24 2009
Log: * scm/wnn.scm (wnn-lib-commit-nth-prediction):
  - Fix typo. sc -> wc.

http://code.google.com/p/uim/source/detail?r=5985

Modified:
 /trunk/scm/wnn.scm

=======================================
--- /trunk/scm/wnn.scm  Mon Aug 17 04:52:25 2009
+++ /trunk/scm/wnn.scm  Mon Aug 17 05:01:24 2009
@@ -386,9 +386,9 @@
 (define (wnn-lib-commit-nth-prediction wc nth)
   (predict-meta-commit
    (wnn-context-prediction-ctx wc)
-   (wnn-lib-get-nth-word sc nth)
+   (wnn-lib-get-nth-word wc nth)
    (wnn-lib-get-nth-prediction wc nth)
-   (wnn-lib-get-nth-appendix sc nth)))
+   (wnn-lib-get-nth-appendix wc nth)))


 (define (wnn-context-new id im)

Reply via email to