From fb8edb7c726cc2b4cd336bf528569f673799b552 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 5 Jun 2013 17:58:08 -0500 Subject: [PATCH] Fix minor typos in preconfig.sh. One is a typo, while the other is grammar-related. fixes #11388 https://github.com/ariya/phantomjs/issues/11388 --- tools/preconfig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/preconfig.sh b/tools/preconfig.sh index 21d03db3..9d36c7d4 100755 --- a/tools/preconfig.sh +++ b/tools/preconfig.sh @@ -21,10 +21,10 @@ fi QT_CFG+=' -release' # Build only for release (no debugging support) QT_CFG+=' -fast' # Accelerate Makefiles generation QT_CFG+=' -nomake demos' # Don't build with the demos -QT_CFG+=' -nomake docs' # Don't generate the documentatio +QT_CFG+=' -nomake docs' # Don't generate the documentation QT_CFG+=' -nomake examples' # Don't build any examples QT_CFG+=' -nomake translations' # Ignore the translations -QT_CFG+=' -nomake tools' # Don't built the tools +QT_CFG+=' -nomake tools' # Don't build the tools QT_CFG+=' -no-exceptions' # Don't use C++ exception QT_CFG+=' -no-stl' # No need for STL compatibility