]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
config.c: Fixed -> typo
authorstrtok <redacted>
Sat, 16 Feb 2002 18:36:56 +0000 (18:36 +0000)
committerstrtok <redacted>
Sat, 16 Feb 2002 18:36:56 +0000 (18:36 +0000)
config.c

index 734ec87d76b4451b2c4bcf6ebfed7c861968723a..e8f21d9cd49e79983cc058346b040473322a903b 100644 (file)
--- a/config.c
+++ b/config.c
@@ -241,7 +241,7 @@ void config_checkreq()
                       break;
                  case TYPE_LIST:
                       for(list = *(string_list**) (hash[i].var); list; list = list->next)
-                         log("CONFIG-> Set [%s]: %s", hash[i].key, list->text);
+                         log("CONFIG -> Set [%s]: %s", hash[i].key, list->text);
                       break;
              }
          }