From efe6ac54b2ef30b982f91ecb37fe4c53e33a0a69 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Thu, 14 Jan 2016 20:00:32 +0000 Subject: dh_strip: Fix typo Signed-off-by: Niels Thykier --- dh_strip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_strip') 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"); } } -- cgit v1.2.3