[debhelper-devel] [debhelper] 02/03: debhelper: fix typo in dh_installman
Niels Thykier
nthykier at moszumanska.debian.org
Mon Dec 22 00:22:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository debhelper.
commit ed2dbd730862bc5bdc9c2f96ce15b482d7c3d0bb
Author: Raphael Geissert <geissert at debian.org>
Date: Sun Dec 7 21:41:44 2014 +0100
debhelper: fix typo in dh_installman
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 2 ++
dh_installman | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a9a1071..29cffc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
debhelper (9.20141222) UNRELEASED; urgency=medium
* Add missing entry about #747141.
+ * Fix typo in comment in dh_installman. Thanks to Raphael
+ Geissert for spotting it. (Closes: #772502)
-- Niels Thykier <niels at thykier.net> Mon, 22 Dec 2014 00:45:59 +0100
diff --git a/dh_installman b/dh_installman
index 858605b..32267a9 100755
--- a/dh_installman
+++ b/dh_installman
@@ -219,7 +219,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# Check if a file is a .so man page, for use by File::Find.
sub find_so_man {
- # The -s test is becuase a .so file tends to be small. We don't want
+ # The -s test is because a .so file tends to be small. We don't want
# to open every man page. 1024 is arbitrary.
if (! -f $_ || -s $_ > 1024 || -s == 0) {
return;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list