summaryrefslogtreecommitdiff
path: root/dh_suidregister
diff options
context:
space:
mode:
authorjoey <joey>2001-02-06 21:30:48 +0000
committerjoey <joey>2001-02-06 21:30:48 +0000
commit03df94d493434998d367cb2e18771f6a6f8da572 (patch)
tree92821575b2b03def2c11bb3536b6a9cb757acc50 /dh_suidregister
parent418435f110b5f39e6933272e051e15d919ef59b9 (diff)
r418: * Fixed a stupid typo in dh_suidregister, Closes: #85110
Diffstat (limited to 'dh_suidregister')
-rwxr-xr-xdh_suidregister2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_suidregister b/dh_suidregister
index 8ab14ccc..6a1efafa 100755
--- a/dh_suidregister
+++ b/dh_suidregister
@@ -31,7 +31,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
if (@files) {
# So we would have registered some files before.
- error("This program should no longer be used, but you need to add a conflicts with "suidmanager (<< 0.50)". Please read the dh_suidregister(1) man page.");
+ error("This program should no longer be used, but you need to add a conflicts with \"suidmanager (<< 0.50)\". Please read the dh_suidregister(1) man page.");
}
}