]> code.citadel.org Git - citadel.git/commitdiff
fixed a spelling error
authorArt Cancro <ajc@citadel.org>
Mon, 7 Dec 1998 15:01:04 +0000 (15:01 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 7 Dec 1998 15:01:04 +0000 (15:01 +0000)
citadel/routines2.c

index 658392e7820d0e65a5cc7af6267d89435faa119d..22476816a951eb131e341f1f08faa6ddd82a93cc 100644 (file)
@@ -622,7 +622,7 @@ void do_system_configuration(void) {
                atoi(&sc[7][0]))));
 
        sprintf(&sc[8][0], "%d", (boolprompt(
-               "Automatically move promblem user messages to twit room",
+               "Automatically move problem user messages to twit room",
                atoi(&sc[8][0]))));
 
        strprompt("Name of twit room", &sc[9][0], ROOMNAMELEN);