From: Bram Moolenaar Date: Sat, 23 Apr 2005 20:45:11 +0000 (+0000) Subject: updated for version 7.0070 X-Git-Tag: v7.0070~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fcc0f71a13eaecabb1314e5dc48fe937dd122b0;p=vim updated for version 7.0070 --- diff --git a/src/mbyte.c b/src/mbyte.c index 70bb84389..c77178862 100644 --- 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