[rott-commits] r252 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 29 04:33:20 EDT 2009


Author: fabian
Date: 2009-06-29 04:33:18 -0400 (Mon, 29 Jun 2009)
New Revision: 252

Modified:
   trunk/rott/rt_cfg.c
Log:
Fix typo: persistant -> persistent



Modified: trunk/rott/rt_cfg.c
===================================================================
--- trunk/rott/rt_cfg.c	2009-06-26 12:31:20 UTC (rev 251)
+++ trunk/rott/rt_cfg.c	2009-06-29 08:33:18 UTC (rev 252)
@@ -1225,7 +1225,7 @@
    SafeWriteString(file, "\n;\n"
       "; These are the time in seconds of the various powerups.\n"
       "; You could modify these to give you infinite Mercury mode,\n"
-      "; stronger vests, or to make them persistant.\n;\n" );
+      "; stronger vests, or to make them persistent.\n;\n" );
 
    WriteParameter( file, "GodModeTime                ", BattleSpecialsTimes.GodModeTime );
    WriteParameter( file, "DogModeTime                ", BattleSpecialsTimes.DogModeTime );



More information about the rott-commits mailing list