summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Lib.pm
diff options
context:
space:
mode:
authorjoey <joey>2002-03-24 02:38:09 +0000
committerjoey <joey>2002-03-24 02:38:09 +0000
commit83aff5c608398268bef832bc25c3ce0c423a1827 (patch)
treeb63528ecaa27e781de2d73c856ffacee668c96d2 /Debian/Debhelper/Dh_Lib.pm
parent1d299f2f393badc38580465711f01cfa37ad4cf2 (diff)
r515: updates
Diffstat (limited to 'Debian/Debhelper/Dh_Lib.pm')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 53e86eb9..b566724d 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -83,7 +83,7 @@ sub init {
# Pass it an array containing the arguments of a shell command like would
# be run by exec(). It turns that into a line like you might enter at the
-# shell, escaping metacharacters and quoting qrguments that contain spaces.
+# shell, escaping metacharacters and quoting arguments that contain spaces.
sub escape_shell {
my @args=@_;
my $line="";