From: Adam Dickmeiss Date: Tue, 20 Mar 2012 13:24:08 +0000 (+0100) Subject: CCL: fix spell error in message X-Git-Tag: v4.2.30~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=51595f1f496ef99ccbe325f1984f46575fd46ea8;ds=sidebyside CCL: fix spell error in message --- diff --git a/src/cclerrms.c b/src/cclerrms.c index b0cafc1..7e0ac37 100644 --- a/src/cclerrms.c +++ b/src/cclerrms.c @@ -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)