]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_movefiles
r486: * Clean up old substvars.debhelper files, although debhelper doesn't
[debhelper.git] / dh_movefiles
index 3fc689f6490cb0c81b640cc83d5e9cab220c512e..b4e1a6f6315d94a3b7fe55abc619fa5970cc8aa6 100755 (executable)
@@ -50,7 +50,7 @@ tell dh_movefiles which subpackage to put them in.
 =head1 NOTES
 
 Note that files are always moved out of debian/tmp by default (even if you
-have instructed debhelper to use a compatability level higher than one,
+have instructed debhelper to use a compatibility level higher than one,
 which does not otherwise use debian/tmp for anything at all). The idea
 behind this is that the package that is being built can be told to install
 into debian/tmp, and then files can be moved by dh_movefiles from that
@@ -91,7 +91,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        }
 
        if (@tomove && $tmp eq $sourcedir) {
-               error("I was asked to move files from $sourcedir to $sourcedir. Perhaps you should set DH_COMAPT=2?");
+               error("I was asked to move files from $sourcedir to $sourcedir. Perhaps you should set DH_COMPAT=2?");
        }
 
        # Now we need to expand wildcards in @tomove.