diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-31 12:27:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-31 12:27:13 -0400 |
commit | 69b4dec41ea998cd7e245bf5fedb272e2402904d (patch) | |
tree | a2248f87cf5f28b40406cfd32e8c424e5c72ff3e | |
parent | cdef942b72ce4d74c5b5462d52686b619ba06177 (diff) | |
download | debhelper-69b4dec41ea998cd7e245bf5fedb272e2402904d.tar.gz |
typos
-rwxr-xr-x | dh_auto_build | 2 | ||||
-rwxr-xr-x | dh_auto_clean | 2 | ||||
-rwxr-xr-x | dh_auto_configure | 2 | ||||
-rwxr-xr-x | dh_auto_install | 2 | ||||
-rwxr-xr-x | dh_auto_test | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dh_auto_build b/dh_auto_build index e7ca93b3..a3c95211 100755 --- a/dh_auto_build +++ b/dh_auto_build @@ -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 diff --git a/dh_auto_clean b/dh_auto_clean index 13035703..6c97b106 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -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 diff --git a/dh_auto_configure b/dh_auto_configure index ba4dc3e9..6b8adf52 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -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 diff --git a/dh_auto_install b/dh_auto_install index 6b81357e..fa21a010 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -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 diff --git a/dh_auto_test b/dh_auto_test index 90005929..05c11b22 100755 --- a/dh_auto_test +++ b/dh_auto_test @@ -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 |