projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b8ca3
)
CCL: fix spell error in message
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 20 Mar 2012 13:24:08 +0000
(14:24 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 20 Mar 2012 13:24:08 +0000
(14:24 +0100)
src/cclerrms.c
patch
|
blob
|
history
diff --git
a/src/cclerrms.c
b/src/cclerrms.c
index
b0cafc1
..
7e0ac37
100644
(file)
--- 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)