From 035a75852be98650945adbcdb0f74fdd085035de Mon Sep 17 00:00:00 2001 From: James Hatheway Date: Thu, 12 Apr 2001 21:06:39 +0000 Subject: [PATCH] Small typo fix. --- ole/ole2nls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ole/ole2nls.c b/ole/ole2nls.c index 0d782d0b770..e410f737bd0 100644 --- a/ole/ole2nls.c +++ b/ole/ole2nls.c @@ -1910,7 +1910,7 @@ INT WINAPI LCMapStringA( SORT_STRINGSORT | \ NORM_IGNOREWIDTH | \ NORM_IGNOREKANATYPE) - /* FIXME: as long as we don't support Kanakana nor Hirigana + /* FIXME: as long as we don't support Katakana nor Hiragana * characters, we can support NORM_IGNOREKANATYPE */ if (mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS)