From 51595f1f496ef99ccbe325f1984f46575fd46ea8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Mar 2012 14:24:08 +0100 Subject: [PATCH 1/1] CCL: fix spell error in message --- src/cclerrms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4