# HG changeset patch # User Glenn Morris # Date 1203580566 0 # Node ID 52c3ba60b54bf9ec3404639230d895ae504c8c0f # Parent fd00fbbe05b0f72133318182c213b8cf9382648f Fix comment typo. diff -r fd00fbbe05b0 -r 52c3ba60b54b src/coding.c --- a/src/coding.c Thu Feb 21 07:55:42 2008 +0000 +++ b/src/coding.c Thu Feb 21 07:56:06 2008 +0000 @@ -1711,7 +1711,7 @@ { if (c >= 0xA0) { - /* Old style component character of a compostion. */ + /* Old style component character of a composition. */ if (c == 0xA0) { ONE_MORE_BYTE (c);