summaryrefslogtreecommitdiff
path: root/dh_installmime
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_installmime
parent9d07928d91124eb723daf79160259cdbb4da9ca3 (diff)
debhelper: Fix minor source comment typos.
Diffstat (limited to 'dh_installmime')
-rwxr-xr-xdh_installmime4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installmime b/dh_installmime
index 0ac46c75..998d6bad 100755
--- a/dh_installmime
+++ b/dh_installmime
@@ -68,7 +68,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
doit("install","-p","-m644",$mime,"$tmp/usr/lib/mime/packages/$package");
}
- # Check wether we have to call update-mime (either upstream already
+ # Check whether we have to call update-mime (either upstream already
# installs a MIME information file or Debian provides one)
if ((! $dh{NOSCRIPTS}) && (-d "$tmp/usr/lib/mime/packages")) {
autoscript($package,"postinst","postinst-mime");
@@ -83,7 +83,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
doit("install", "-p", "-m644", $sharedmimeinfo, "$tmp/usr/share/mime/packages/$package.xml");
}
- # check wether we have to call update-mime-database (either upstream
+ # check whether we have to call update-mime-database (either upstream
# already installs a shared MIME information file or Debian provides
# one)
if ((! $dh{NOSCRIPTS}) && (-d "$tmp/usr/share/mime/packages")) {