[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] build/get-packages: typos



More typos...

-- 
Amit Shah
http://amitshah.nav.to/
--- build/get-packages.orig	2003-12-19 20:29:33.000000000 +0530
+++ build/get-packages	2003-12-19 20:36:23.000000000 +0530
@@ -85,16 +85,16 @@
 # Update package lists and autoclean cache
 if [ "$ONLINE" = "y" ]; then
 	$APT_GET update || {
-		echo "Failed to update the Packages file. This usually means of of two things:"
+		echo "Failed to update the Packages file. This usually means either of:"
 		echo
 		echo "A) $LIST does not contain a vaild repository."
-		echo "   You can override the generates sources.list.$TYPE"
+		echo "   You can override the generated sources.list.$TYPE"
 		echo "   with sources.list.$TYPE.local if you haven't done so yet."
 		echo
 		echo "B) The repository in $LIST is not reachable."
-		echo "   If you are not working online use 'export ONLINE=n' to skip updating"
+		echo "   If you are not working online, use 'export ONLINE=n' to skip updating"
 		echo "   the Packages files. Beware that this can result in images with"
-		echo "   out-of-date packages and should be used for private developement only."
+		echo "   out-of-date packages and should be used for private development only."
 		exit 1
 	}
 	$APT_GET autoclean

Reply to: