Fix typos

This commit is contained in:
Dimitris Apostolou
2018-07-06 14:33:24 +03:00
committed by GitHub
parent cea065e3d4
commit ccf9106501
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ if [[ -z "${CXX-}" ]]; then
CXX=g++
fi
# Allow users to set arbitary compile flags. Most users will not need this.
# Allow users to set arbitrary compile flags. Most users will not need this.
if [[ -z "${CONFIGURE_FLAGS-}" ]]; then
CONFIGURE_FLAGS=""
fi