[SCM] live-boot branch, debian-next, updated. debian/3.0_a26-1-36-g3f7e6c6

Daniel Baumann daniel at debian.org
Mon May 28 10:56:16 UTC 2012


The following commit has been merged in the debian-next branch:
commit 3f7e6c6b2e92a9716b0f9c72798bfca1e2ffd2de
Author: Evgeni Golov <evgeni at debian.org>
Date:   Mon May 28 12:56:13 2012 +0200

    Fixing two typos and a wrong word in comments.

diff --git a/scripts/live b/scripts/live
index a6da175..83114a2 100755
--- a/scripts/live
+++ b/scripts/live
@@ -340,7 +340,7 @@ do_netsetup ()
 	done
 
 	# this is tricky (and ugly) because ipconfig sometimes just hangs/runs into
-	# an endless loop; iff execution fails give it two further tries, that's
+	# an endless loop; if execution fails give it two further tries, that's
 	# why we use '$devlist $devlist $devlist' for the other for loop
 	for dev in $devlist $devlist $devlist ; do
 		echo "Executing ipconfig -t $ETHDEV_TIMEOUT $dev"
@@ -353,7 +353,7 @@ do_netsetup ()
 		fi
 
 		# if configuration of device worked we should have an assigned
-		# IP address, iff so let's use the according as $DEVICE for later usage
+		# IP address, if so let's use the device as $DEVICE for later usage.
 		# simple and primitive approach which seems to work fine
 		if ifconfig $dev | grep -q 'inet.*addr:' ; then
 			export DEVICE="$dev"

-- 
live-boot



More information about the debian-live-changes mailing list