summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-08 14:22:55 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-08 14:22:55 -0400
commit72245c218a286b9677d23f85a32bbad80b2dfa9f (patch)
tree37d78417175db607da1945b2147cbfdab66622f9 /dh
parentd6958d68fe145ce01dd85a715b42a0c576a322f8 (diff)
dh: Typo fixes. Closes: #480200
Diffstat (limited to 'dh')
-rwxr-xr-xdh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh b/dh
index b83b696b..a116e3a0 100755
--- 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.