Makefile: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2015-12-06 19:47:16 +01:00 committed by Michael Kerrisk
parent c57f55ece0
commit cee6023d64
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ install:
install -m 644 "$$i"/* $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \
done; \
# Check if groff reports warnings (may be words of sentances not displayed)
# Check if groff reports warnings (may be words of sentences not displayed)
# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html
GROFF_LOG := $(shell mktemp /tmp/manpages-checksXXXX)
check-groff-warnings: