diff --git a/Fltk/onelabWindow.cpp b/Fltk/onelabWindow.cpp
index 3196977e93d100d4a99eecb7577620de72aa7df3..d4797d8b291d61069e34e8f0265545d3a628c3c3 100644
--- a/Fltk/onelabWindow.cpp
+++ b/Fltk/onelabWindow.cpp
@@ -829,9 +829,9 @@ void onelab_cb(Fl_Widget *w, void *data)
 
   do{ // enter loop
 
-    // the Gmsh client is special: it always gets executed first. (The
-    // meta-model will allow more flexibility: but in the simple GUI
-    // we can assume this)
+    // the Gmsh client is special: it always gets executed first. (A
+    // special-puropose meta-model allows more flexibility: but in the simple
+    // GUI we can assume this)
     runGmshClient(action);
 
     if(action == "compute")
diff --git a/tutorial/t1.geo b/tutorial/t1.geo
index d7aba6315b28b3f3233e2d64ea865aa04bd65a55..5ed9aea475ce806b73719868a346fdcf59fccc33 100644
--- a/tutorial/t1.geo
+++ b/tutorial/t1.geo
@@ -1,7 +1,7 @@
-/********************************************************************* 
+/*********************************************************************
  *
  *  Gmsh tutorial 1
- * 
+ *
  *  Variables, elementary entities (points, lines, surfaces), physical
  *  entities (points, lines, surfaces)
  *