From: Adam Dickmeiss Date: Thu, 16 Feb 1995 13:20:06 +0000 (+0000) Subject: Spell fix. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=bdda8bd7f04fb21be839a99f414667a4a4f6ef58;hp=fed910d8353748e97f8417132a3243a291ef3d92;p=egate.git Spell fix. --- diff --git a/ccl/cclfind.c b/ccl/cclfind.c index 99ab40d..7afb189 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: cclfind.c,v $ - * Revision 1.8 1995/02/14 19:59:42 adam + * Revision 1.9 1995/02/16 13:20:06 adam + * Spell fix. + * + * Revision 1.8 1995/02/14 19:59:42 adam * Removed a syntax error. * * Revision 1.7 1995/02/14 19:55:10 adam @@ -272,7 +275,7 @@ static struct ccl_rpn_node *qualifiers (struct ccl_token *la, if (qa) { - ccl_error = CCL_ERR_DOBBLE_QUAL; + ccl_error = CCL_ERR_DOUBLE_QUAL; return NULL; } for (lookahead = look_token; lookahead != la; lookahead=lookahead->next) diff --git a/include/ccl.h b/include/ccl.h index ce53b80..df228a2 100644 --- a/include/ccl.h +++ b/include/ccl.h @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: ccl.h,v $ - * Revision 1.2 1995/02/15 17:43:08 adam + * Revision 1.3 1995/02/16 13:20:10 adam + * Spell fix. + * + * Revision 1.2 1995/02/15 17:43:08 adam * Minor changes to the ccl interface. Bug fix in iso2709 module. * * Revision 1.1 1995/02/14 19:55:21 adam @@ -22,7 +25,7 @@ #define CCL_ERR_OP_EXPECTED 4 #define CCL_ERR_BAD_RP 5 #define CCL_ERR_UNKNOWN_QUAL 6 -#define CCL_ERR_DOBBLE_QUAL 7 +#define CCL_ERR_DOUBLE_QUAL 7 #define CCL_ERR_EQ_EXPECTED 8 #define CCL_ERR_BAD_RELATION 9 #define CCL_ERR_TRUNC_NOT_LEFT 10