We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7e475 commit 0ecfcb9Copy full SHA for 0ecfcb9
Lab/demo/Lab/CGAL_Lab.cpp
@@ -83,7 +83,7 @@ CGAL_Lab::CGAL_Lab(int& argc, char **argv,
83
tr("Ignore the autostart.js file, if any."));
84
parser.addOption(no_autostart);
85
QCommandLineOption verbose("verbose",
86
- tr("Print the paths explored byt the application searching for plugins."));
+ tr("Print the paths explored by the application searching for plugins."));
87
parser.addOption(verbose);
88
QCommandLineOption old("old",
89
tr("Force OpenGL 2.1 context."));
0 commit comments