# HG changeset patch # User Dave Love # Date 1033938968 0 # Node ID 0da59936bc313b84d3738f34a53743226482f43f # Parent d7ce536898bf57235bd8b9494b33a54700780cab Comment fix. diff -r d7ce536898bf -r 0da59936bc31 src/coding.h --- a/src/coding.h Sun Oct 06 21:15:08 2002 +0000 +++ b/src/coding.h Sun Oct 06 21:16:08 2002 +0000 @@ -230,8 +230,8 @@ #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 /* If set, the decoding/encoding routines treat the current data as - the last block of the whole text to be converted, and do - appropriate fisishing job. */ + the last block of the whole text to be converted, and do the + appropriate finishing job. */ #define CODING_MODE_LAST_BLOCK 0x02 /* If set, it means that the current source text is in a buffer which