changeset 35534:c3e31b874a9e

Fix a typo in the last entry for ccl.c.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 Jan 2001 09:21:17 +0000
parents 6bd789b0ccc3
children 0542807f1a5f
files src/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jan 25 01:44:54 2001 +0000
+++ b/src/ChangeLog	Thu Jan 25 09:21:17 2001 +0000
@@ -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.