From 8fcc0f71a13eaecabb1314e5dc48fe937dd122b0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 23 Apr 2005 20:45:11 +0000 Subject: [PATCH] updated for version 7.0070 --- src/mbyte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1