]> git.donarmstrong.com Git - debhelper.git/commitdiff
typos
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 31 Jul 2008 16:27:13 +0000 (12:27 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 31 Jul 2008 16:27:13 +0000 (12:27 -0400)
dh_auto_build
dh_auto_clean
dh_auto_configure
dh_auto_install
dh_auto_test

index e7ca93b304a5c0ef09521f21952ddc9a4be142c5..a3c95211847441751d16fa277ae6400032cecb20 100755 (executable)
@@ -30,7 +30,7 @@ build process manually.
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override any standard parameters that dh_auto_build passes.
 
 =back
index 1303570384be0840041f99d48082ca3a165f4171..6c97b106a491a3ed62f5969b56dbc7d7944a3005 100755 (executable)
@@ -31,7 +31,7 @@ dh_auto_clean at all, and just run make clean manually.
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override the any standard parameters that dh_auto_clean passes.
 
 =back
index ba4dc3e97b2183db19130afd2cd98b3ac12c8161..6b8adf524d016c3996ff98cad586ccf111d0e494 100755 (executable)
@@ -31,7 +31,7 @@ you're encouraged to skip using dh_auto_configure at all, and just run
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override the standard parameters that dh_auto_configure passes.
 
 =back
index 6b81357e5377e2d440be1b3f1e660addc9379046..fa21a010be71a7df7f15b5d0ee6b472afca5f3b1 100755 (executable)
@@ -41,7 +41,7 @@ dh_auto_install at all, and just run make install manually.
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override the any standard parameters that dh_auto_install passes.
 
 =back
index 900059291d17b924878d8934466b835e8d4c94e2..05c11b225fef080a8cfebb3ae5d080cd49a4a92f 100755 (executable)
@@ -32,7 +32,7 @@ just run the test suite manually.
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override the any standard parameters that dh_auto_test passes.
 
 =back