changeset 257:51a4d1c2a95b

updated for version 7.0070
author vimboss
date Sat, 23 Apr 2005 20:45:11 +0000
parents 2987ae287154
children f93df7322443
files src/mbyte.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -2160,7 +2160,7 @@ utf_tolower(a)
 	return TOLOWER_ASC(a);
 
 #if defined(HAVE_TOWLOWER) && defined(__STDC__ISO_10646__)
-    /* If towlower() is availble and handles Unicode, use it. */
+    /* If towlower() is available and handles Unicode, use it. */
     if (!(cmp_flags & CMP_INTERNAL))
 	return towlower(a);
 #endif