]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_fixperms
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_fixperms
index d6e237bc93a270501fa95ac5770cdcb0d403b286..a99a1345410493e79aba008f65ce27008663e48b 100755 (executable)
@@ -58,7 +58,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        complex_doit("find $tmp ! -type l $find_options -print0",
                "2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s");
        
-       # Fix up premissions in usr/share/doc, setting everything to not
+       # Fix up permissions in usr/share/doc, setting everything to not
        # executable by default, but leave examples directories alone.
        complex_doit("find $tmp/usr/share/doc -type f $find_options ! -regex '$tmp/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null",
                "| xargs -0r chmod 644");