diff src/coding.c @ 92030:52c3ba60b54b

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Feb 2008 07:56:06 +0000
parents 7bed61cbed0c
children fbc07b3a6baf
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);