From 35e76391fe69291ed379d8d923c80811b69f0757 Mon Sep 17 00:00:00 2001 From: John Schoenick Date: Tue, 28 Aug 2018 16:04:05 -0700 Subject: [PATCH] configure.sh: Fix grammatical typo --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index b4b499eb..d5f6bce0 100755 --- a/configure.sh +++ b/configure.sh @@ -117,7 +117,7 @@ function configure() { echo >> "$MAKEFILE" "" echo >> "$MAKEFILE" "include \$(SRCDIR)/build/makefile_base.mak" - stat "Created $MAKEFILE, run now make to build." + stat "Created $MAKEFILE, now run make to build." stat " See BUILDING.md for make targets and instructions" }