]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh: Typo fixes. Closes: #480200
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 8 May 2008 18:22:55 +0000 (14:22 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 8 May 2008 18:22:55 +0000 (14:22 -0400)
debian/changelog
dh

index 8f7747ff45305678e11e261f7ab15fef4d2dffd0..3734cd82203177147dc034be36b5e4d3c632a913 100644 (file)
@@ -7,6 +7,7 @@ debhelper (7.0.9) UNRELEASED; urgency=low
     while they're running, it's not the default. It might become the default
     in a future (v8) compatability level. Closes: #471060
   * dh: fix POD error. Closes: #480191
+  * dh: Typo fixes. Closes: #480200
 
  -- Joey Hess <joeyh@debian.org>  Mon, 05 May 2008 18:53:10 -0400
 
diff --git a/dh b/dh
index b83b696b540be9151bd78fab4220ddf85de6ccac..a116e3a0e35dccefa898d018d07da5972c367a8d 100755 (executable)
--- a/dh
+++ b/dh
@@ -126,7 +126,7 @@ anything:
 
        dh binary-arch --no-act
 
-This is a very simple rules file, for packages where the default seqences of
+This is a very simple rules file, for packages where the default sequences of
 commands work with no additional options.
 
        #!/usr/bin/make -f
@@ -186,7 +186,7 @@ debhelper command is run.
                dh install --after dh_fixperms
 
 It's also fine to run debhelper commands early. Just make sure that at
-least dh_prep is run from the squence first, and be sure to use the
+least dh_prep is run from the sequence first, and be sure to use the
 B<--remaining> option to ensure that commands that normally come before
 those in the sequence are still run.