r7583 - packages/trunk/worldofpadman/debian/scripts

Jack Coulter jscinoz-guest at alioth.debian.org
Mon Jun 30 03:24:04 UTC 2008


Author: jscinoz-guest
Date: 2008-06-30 03:24:04 +0000 (Mon, 30 Jun 2008)
New Revision: 7583

Modified:
   packages/trunk/worldofpadman/debian/scripts/worldofpadman
   packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
Log:
Fixed spelling error in launch scripts

Modified: packages/trunk/worldofpadman/debian/scripts/worldofpadman
===================================================================
--- packages/trunk/worldofpadman/debian/scripts/worldofpadman	2008-06-30 03:23:45 UTC (rev 7582)
+++ packages/trunk/worldofpadman/debian/scripts/worldofpadman	2008-06-30 03:24:04 UTC (rev 7583)
@@ -13,7 +13,7 @@
  +<internal command>\tPass commands to the engine\n"
 
 # World of Padman binaries don't understand "regular" command line parameters. Let's
-# catch them here, to avoid accidently launching the binary.
+# catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {
 	if [ "$1" = "+set" -o "$1" = "+connect" ]; then

Modified: packages/trunk/worldofpadman/debian/scripts/worldofpadman-server
===================================================================
--- packages/trunk/worldofpadman/debian/scripts/worldofpadman-server	2008-06-30 03:23:45 UTC (rev 7582)
+++ packages/trunk/worldofpadman/debian/scripts/worldofpadman-server	2008-06-30 03:24:04 UTC (rev 7583)
@@ -13,7 +13,7 @@
  +<internal command>\tPass commands to the engine\n"
 
 # World of Padman binaries don't understand "regular" command line parameters. Let's
-# catch them here, to avoid accidently launching the binary.
+# catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {
 	if [ "$1" = "+set" -o "$1" = "+connect" ]; then




More information about the Pkg-games-commits mailing list