From 062fa784253a6abb7259ffd189ac4455dae6fede Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 29 May 2015 13:42:10 +0000
Subject: [PATCH]

---
 Fltk/helpWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp
index 3c0d13271d..b5752e8863 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;
-- 
GitLab