about summary refs log tree commit diff stats
path: root/src/UCAux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/UCAux.c')
-rw-r--r--src/UCAux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UCAux.c b/src/UCAux.c
index a1065489..e6d9247f 100644
--- a/src/UCAux.c
+++ b/src/UCAux.c
@@ -62,11 +62,11 @@ PUBLIC BOOL UCCanTranslateFromTo ARGS2(
 	}
 	if (!strcmp(fromname, "koi8-r")) {
 	    /*
-	     *  Will try to uses stripping of high bit...
+	     *  Will try to use stripping of high bit...
 	     */
 	    return YES;
 	}
-	    
+
 	if (!strcmp(fromname, "koi8-r") || /* from cyrillic */
 	    !strcmp(fromname, "iso-8859-5") ||
 	    !strcmp(fromname, "windows-1251") ||