CCL: fix spell error in message
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Mar 2012 13:24:08 +0000 (14:24 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Mar 2012 13:24:08 +0000 (14:24 +0100)
src/cclerrms.c

index b0cafc1..7e0ac37 100644 (file)
@@ -30,7 +30,7 @@ static char *err_msg_array[] = {
     "Both left - and right truncation not supported",
     "Right truncation not supported",
     "Embedded truncation not supported",
-    "Single charcacter mask not supported"
+    "Single character mask not supported"
 };
 
 const char *ccl_err_msg(int ccl_errno)