# HG changeset patch # User vimboss # Date 1114289111 0 # Node ID 51a4d1c2a95b926e7d1fa3a1e1089e8ba3116c65 # Parent 2987ae287154496c0b6af626674e641d075f5659 updated for version 7.0070 diff --git a/src/mbyte.c b/src/mbyte.c --- 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