From: Eli Zaretskii Date: Thu, 25 Jan 2001 09:21:17 +0000 (+0000) Subject: Fix a typo in the last entry for ccl.c. X-Git-Tag: emacs-pretest-21.0.96~106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb264518984b56025d1b27a6fe4552b32f303628;p=emacs.git Fix a typo in the last entry for ccl.c. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7234fd0551f..4a4197c9331 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.