# HG changeset patch # User Eli Zaretskii # Date 980414477 0 # Node ID c3e31b874a9e6b4a27f3d4b8a7085859c5d72200 # Parent 6bd789b0ccc3c2963d47085ce55e6e8e69631c7e Fix a typo in the last entry for ccl.c. diff -r 6bd789b0ccc3 -r c3e31b874a9e src/ChangeLog --- 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.