[debhelper-devel] [debhelper] 01/01: Fix typo

Niels Thykier nthykier at moszumanska.debian.org
Tue Aug 1 17:09:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 742db48fd9c5995845b57a27e068e3f50bbd5262
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Aug 1 17:09:15 2017 +0000

    Fix typo
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Lib.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index e11aa6f..4a3d69b 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -310,7 +310,7 @@ sub _doit {
 	my (@cmd) = @_;
 	my $options = ref($cmd[0]) ? shift(@cmd) : undef;
 	# In compat <= 10, we warn, compat 11 we detect and error, in
-	# compat 12 we assume peolpe know what they are doing.
+	# compat 12 we assume people know what they are doing.
 	if (not defined($options) and @cmd == 1 and compat(11) and $cmd[0] =~ m/[\s<&>|;]/) {
 		deprecated_functionality('doit() + doit_*() calls will no longer spawn a shell in compat 11 for single string arguments (please use complex_doit instead)',
 								 11);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list