summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2016-01-14 20:00:32 +0000
committerNiels Thykier <niels@thykier.net>2016-01-14 20:00:32 +0000
commitefe6ac54b2ef30b982f91ecb37fe4c53e33a0a69 (patch)
treea62b16bf09d08919a296a55396858853b354fc5a /dh_strip
parent366211a6b095438ecc16ffc859fe4db014ac8a56 (diff)
downloaddebhelper-efe6ac54b2ef30b982f91ecb37fe4c53e33a0a69.tar.gz
dh_strip: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_strip b/dh_strip
index dc0fca15..6a033fff 100755
--- a/dh_strip
+++ b/dh_strip
@@ -159,7 +159,7 @@ if ($dh{ENABLE_DBGSYM} and $dh{ENABLE_DBGSYM} ne 'auto') {
error("--keep-debug and explicit --automatic-dbgsym are mutually exclusive");
}
if ($dh{DEBUGPACKAGES}) {
- error("--dbg-package and explicit --automatic-dbsym are mutually exclusive");
+ error("--dbg-package and explicit --automatic-dbgsym are mutually exclusive");
}
}