changeset 92030:52c3ba60b54b

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Feb 2008 07:56:06 +0000
parents fd00fbbe05b0
children 0463ecde5653
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);