configure.sh: Fix grammatical typo

This commit is contained in:
John Schoenick 2018-08-28 16:04:05 -07:00
parent 30ea538cef
commit 35e76391fe

View file

@ -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"
}