Minor changes.
[egate.git] / ccl / cclfind.c
index 99ab40d..9d1f1c0 100644 (file)
@@ -1,8 +1,11 @@
 /* CCL find (to rpn conversion)
  * Europagate, 1995
  *
- * $Log: cclfind.c,v $
- * Revision 1.8  1995/02/14 19:59:42  adam
+ * cclfind.c,v
+ * 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)