diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-02 12:18:47 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-02 12:18:47 (GMT) |
commit | 349997b5c4167b07d0bdc55beff175b39f3abe75 (patch) | |
tree | ca4ba05701ee040b5fa925afd89a5fde2290839c | |
parent | b3a0229d70ac87d2ae1fd70a7489e3caf66a2f6f (diff) | |
download | Qt-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.cpp | 2 |
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"); |