From 80aa54df4ff82b77f50047c4fea5d3ae8210a2fa Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 1 Jul 2016 21:53:44 +1000 Subject: [PATCH] Fixed typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e610f6fa..c758a3f3e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ doc: doccheck: $(MAKE) -C docs html -# Don't make our test rely on the links in the docs being up every single build. +# Don't make our tests rely on the links in the docs being up every single build. # We don't control them. But do check, and update them to the target of their redirects. $(MAKE) -C docs linkcheck || true