summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2001-06-14 16:47:25 +0000
committerjoey <joey>2001-06-14 16:47:25 +0000
commitb6c9774b7327d6febc2d9f8e8f95c5abb96e0691 (patch)
tree07addc68f8e331fc9ebd6f5e93da9263fcd3bec4
parent6c796faa1c65d40456d1137ea84fe92dbf258fc7 (diff)
r479: * Unimportant spelling fix. Closes: #100666
-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