]> code.citadel.org Git - citadel.git/commitdiff
* rooms.c: corrected a typo reported by Campagnolo (Mike Poulin)
authorArt Cancro <ajc@citadel.org>
Mon, 5 Aug 2002 14:38:11 +0000 (14:38 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 5 Aug 2002 14:38:11 +0000 (14:38 +0000)
citadel/ChangeLog
citadel/rooms.c

index 6fb26422862a6118e39c064f2211ec23cc0375a5..aa8cd95960e8ad43652aa09b6392eaf09aee8add 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 591.79  2002/08/05 14:38:11  ajc
+ * rooms.c: corrected a typo reported by Campagnolo (Mike Poulin)
+
  Revision 591.78  2002/08/03 19:48:40  ajc
  * NULLify 'roomrec' before attempting partial match in <G>oto
    (fixes heap corruption when this command is executed)
@@ -3855,3 +3858,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 74f6451d515e6dde16e418fd2414e56756f76a94..5346a3b2c2cac11e35b235a455f396f2cbf921da 100644 (file)
@@ -1175,7 +1175,7 @@ void edit_floor(void)
        do {
                snprintf(buf, sizeof buf, "%d", expire_mode);
                strprompt
-                   ("Floor default essage expire policy (? for list)",
+                   ("Floor default message expire policy (? for list)",
                     buf, 1);
                if (buf[0] == '?') {
                        scr_printf("\n"