diff options
author | Simon Ruderich <simon@ruderich.org> | 2012-05-19 13:45:56 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-19 11:26:26 -0400 |
commit | a320ae5ba5536510934beaaf08f463a58ff36c65 (patch) | |
tree | 84cfb05fd194ffdc9608c015083a944dc92a1b37 /dh | |
parent | 9d07928d91124eb723daf79160259cdbb4da9ca3 (diff) | |
download | debhelper-a320ae5ba5536510934beaaf08f463a58ff36c65.tar.gz |
debhelper: Fix minor source comment typos.
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -331,7 +331,7 @@ if (! defined $sequence) { error "specify a sequence to run"; } # make -B causes the rules file to be run as a target. -# Also support completly empty override targets. +# Also support completely empty override targets. # Note: it's not safe to use rules_explicit_target before this check, # since it causes dh to be run. my $dummy_target="debhelper-fail-me"; @@ -819,7 +819,7 @@ sub rules_explicit_target { } else { if (!$not_a_target && /^([^#:]+)::?\s*(.*)$/) { - # Target is defined. NOTE: if it is a depenency of + # Target is defined. NOTE: if it is a dependency of # .PHONY it will be defined too but that's ok. # $2 contains target dependencies if any. $current_target = $1; |