From 0ecfcb9962b0a0618bcc324f5913b6470852656b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 12 Mar 2025 14:40:09 +0100 Subject: [PATCH] typo --- Lab/demo/Lab/CGAL_Lab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab/demo/Lab/CGAL_Lab.cpp b/Lab/demo/Lab/CGAL_Lab.cpp index 85880fb8add..ff4d0d3c598 100644 --- a/Lab/demo/Lab/CGAL_Lab.cpp +++ b/Lab/demo/Lab/CGAL_Lab.cpp @@ -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."));