From cee6023d64646ae58f4c28f0d5525c3265d54444 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sun, 6 Dec 2015 19:47:16 +0100 Subject: [PATCH] Makefile: tfix Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50a457956..237310da4 100644 --- a/Makefile +++ b/Makefile @@ -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: