summaryrefslogtreecommitdiff
path: root/dh_movefiles
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2012-05-19 13:45:56 +0200
committerJoey Hess <joey@kitenet.net>2012-05-19 11:26:26 -0400
commita320ae5ba5536510934beaaf08f463a58ff36c65 (patch)
tree84cfb05fd194ffdc9608c015083a944dc92a1b37 /dh_movefiles
parent9d07928d91124eb723daf79160259cdbb4da9ca3 (diff)
debhelper: Fix minor source comment typos.
Diffstat (limited to 'dh_movefiles')
-rwxr-xr-xdh_movefiles6
1 files changed, 3 insertions, 3 deletions
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;