summaryrefslogtreecommitdiff
path: root/scripts/dpkg-buildpackage.pl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2017-02-26 22:14:52 +0000
committerGuillem Jover <guillem@debian.org>2017-05-06 17:49:12 +0200
commitb46c8ba6504ab341d74e61f003124d772a3f3875 (patch)
treedae22bc641a6ea6278096919164aa875b34e9fa8 /scripts/dpkg-buildpackage.pl
parent4137592923011e34c865d34d202a02871c3840aa (diff)
downloaddpkg-b46c8ba6504ab341d74e61f003124d772a3f3875.tar.gz
doc: Spelling fixes
Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'scripts/dpkg-buildpackage.pl')
-rwxr-xr-xscripts/dpkg-buildpackage.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl
index 2eea20391..dd17abb25 100755
--- a/scripts/dpkg-buildpackage.pl
+++ b/scripts/dpkg-buildpackage.pl
@@ -375,17 +375,17 @@ if (@rootcommand and not find_command($rootcommand[0])) {
'package, specify a command with the -r option, ' .
'or run this as root'));
} else {
- error(g_("gain-root-commmand '%s' not found"), $rootcommand[0]);
+ error(g_("gain-root-command '%s' not found"), $rootcommand[0]);
}
}
if ($check_command and not find_command($check_command)) {
- error(g_("check-commmand '%s' not found"), $check_command);
+ error(g_("check-command '%s' not found"), $check_command);
}
if ($signcommand) {
if (!find_command($signcommand)) {
- error(g_("sign-commmand '%s' not found"), $signcommand);
+ error(g_("sign-command '%s' not found"), $signcommand);
}
} elsif (($ENV{GNUPGHOME} && -e $ENV{GNUPGHOME}) ||
($ENV{HOME} && -e "$ENV{HOME}/.gnupg")) {