]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
dh: Typo fixes. Closes: #480200
[debhelper.git] / dh
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.