]> granicus.if.org Git - vim/commitdiff
updated for version 7.0070
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Apr 2005 20:45:11 +0000 (20:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Apr 2005 20:45:11 +0000 (20:45 +0000)
src/mbyte.c

index 70bb843892d693ef823e8d88e980ddb3bf53597d..c7717886259a26fba02c18f2ca04a15416a5358d 100644 (file)
@@ -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