This commit is contained in:
Sébastien Loriot 2025-03-12 14:40:09 +01:00
parent ad7e4754aa
commit 0ecfcb9962
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ CGAL_Lab::CGAL_Lab(int& argc, char **argv,
tr("Ignore the autostart.js file, if any."));
parser.addOption(no_autostart);
QCommandLineOption verbose("verbose",
tr("Print the paths explored byt the application searching for plugins."));
tr("Print the paths explored by the application searching for plugins."));
parser.addOption(verbose);
QCommandLineOption old("old",
tr("Force OpenGL 2.1 context."));