hedgewars/uScript.pas
changeset 3034 b576460ba8ad
parent 3004 e9b3613cc3fb
child 3038 4e48c276a468
--- a/hedgewars/uScript.pas	Sun Mar 21 16:04:57 2010 +0000
+++ b/hedgewars/uScript.pas	Sun Mar 21 16:42:41 2010 +0000
@@ -529,7 +529,7 @@
 procedure ScriptOnGameInit;
 var s, t : ansistring;
 begin
-// not required if there's no script to run
+// not required if there is no script to run
 if not ScriptLoaded then
     exit;