summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_strip2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 83822020..b4087547 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (3.0.34) unstable; urgency=low
+
+ * Unimportant spelling fix. Closes: #100666
+
+ -- Joey Hess <joeyh@debian.org> Thu, 14 Jun 2001 12:30:28 -0400
+
debhelper (3.0.33) unstable; urgency=low
* dh_gencontrol: Work around very strange hurd semantics
diff --git a/dh_strip b/dh_strip
index cf36085d..a7052871 100755
--- a/dh_strip
+++ b/dh_strip
@@ -37,7 +37,7 @@ things to exclude.
=head1 NOTES
-If the DEB_BUILD_OPTIONS environement variable contains "nostrip", nothing
+If the DEB_BUILD_OPTIONS environment variable contains "nostrip", nothing
will be stripped, in accordance with Debian policy.
=head1 CONFORMS TO