diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp
index 3c0d13271df55ad3992aba1eeb6c4280a6a00191..b5752e88639085afad55aa9029334c6368875ba6 100644
--- a/Fltk/helpWindow.cpp
+++ b/Fltk/helpWindow.cpp
@@ -404,7 +404,7 @@ helpWindow::helpWindow()
 
     options = new paletteWindow
       (width, height, CTX::instance()->nonModalWindows ? true : false,
-       "Current Options and Worskspace");
+       "Current Options and Workspace");
     options->box(GMSH_WINDOW_BOX);
 
     int BW = (width - 4 * WB) / 3;