From a320ae5ba5536510934beaaf08f463a58ff36c65 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 19 May 2012 13:45:56 +0200 Subject: debhelper: Fix minor source comment typos. --- dh_movefiles | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dh_movefiles') diff --git a/dh_movefiles b/dh_movefiles index 3f59d9e5..e9439bde 100755 --- a/dh_movefiles +++ b/dh_movefiles @@ -112,7 +112,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # Now we need to expand wildcards in @tomove. # This is only necessary in pre-v3 land -- as of v3, the - # expension is automatically done by filearray(). + # expansion is automatically done by filearray(). if (@tomove && compat(2)) { my @filelist=(); foreach (@tomove) { @@ -158,12 +158,12 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } } -# If $ret is set, we wern't actually able to find some +# If $ret is set, we weren't actually able to find some # files that were specified to be moved, and we should # exit with the code in $ret. This program puts off # exiting with an error until all files have been tried # to be moved, because this makes it easier for some -# packages that arn't always sure exactly which files need +# packages that aren't always sure exactly which files need # to be moved. exit $ret; -- cgit v1.2.3