summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-02 12:18:47 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-02 12:18:47 (GMT)
commit349997b5c4167b07d0bdc55beff175b39f3abe75 (patch)
treeca4ba05701ee040b5fa925afd89a5fde2290839c
parentb3a0229d70ac87d2ae1fd70a7489e3caf66a2f6f (diff)
downloadQt-349997b5c4167b07d0bdc55beff175b39f3abe75.zip
Qt-349997b5c4167b07d0bdc55beff175b39f3abe75.tar.gz
Qt-349997b5c4167b07d0bdc55beff175b39f3abe75.tar.bz2
Minor: fix spelling in configure.exe -help output.
Reported via qt-bugs
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 9ee5eef..1e501c5 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1531,7 +1531,7 @@ bool Configure::displayHelp()
desc( "-graphicssystem <sys>", "Specify which graphicssystem should be used.\n"
"Available values for <sys>:");
desc("GRAPHICS_SYSTEM", "raster", "", " raster - Software rasterizer", ' ');
- desc("GRAPHICS_SYSTEM", "opengl", "", " opengl - Using OpenGL accelleration, experimental!", ' ');
+ desc("GRAPHICS_SYSTEM", "opengl", "", " opengl - Using OpenGL acceleration, experimental!", ' ');
desc( "-help, -h, -?", "Display this information.\n");