diff src/os_mac_conv.c @ 1212:e085b0f7b036

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:07:50 +0000
parents f0d0d3d3a1e2
children 82b5078be2dd
line wrap: on
line diff
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -74,7 +74,7 @@ mac_string_convert(ptr, len, lenp, fail_
 	fprintf(stderr, "Encoding failed\n");
     /* When conversion failed, try excluding bytes from the end, helps when
      * there is an incomplete byte sequence.  Only do up to 6 bytes to avoid
-     * looping a long time when there really is something unconvertable. */
+     * looping a long time when there really is something unconvertible. */
     while (cfstr == NULL && unconvlenp != NULL && len > 1 && *unconvlenp < 6)
     {
 	--len;