]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in the last entry for ccl.c.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Jan 2001 09:21:17 +0000 (09:21 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Jan 2001 09:21:17 +0000 (09:21 +0000)
src/ChangeLog

index 7234fd0551fc0f80bbe514642e0202c71b383db8..4a4197c93311126a4419abedd821bf28ec81dcee 100644 (file)
@@ -2,7 +2,7 @@
 
        * ccl.h (sturct ccl_program): New member suppress_error.
 
-       * ccl.c (ccl_driver): If ccl->suppress_error is nonzeor, don't
+       * ccl.c (ccl_driver): If ccl->suppress_error is nonzero, don't
        insert error message to the output.
        (setup_ccl_program): Initialize ccl->suppress_error to 0.