summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdh4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8f7747ff..3734cd82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 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.