Minor config file fixes (example, conversion, and error reporting).
[ircu2.10.12-pk.git] / ircd / ircd_parser.y
index c8a9048f4b5d5e4a541101298a158caf560091ae..bd86914c884fc14a54c18130a45837dccd59457d 100644 (file)
@@ -743,7 +743,7 @@ clientclass: CLASS '=' QSTRING ';'
 {
   c_class = find_class($3);
   if (!c_class)
-    parse_error("No such connection class '%s' for Class block", $3);
+    parse_error("No such connection class '%s' for Client block", $3);
   MyFree($3);
 };
 clientpass: PASS '=' QSTRING ';'