From 05d6448d18881e1c22540eaa777284c51e667e40 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 10 May 2012 11:36:34 +0000
Subject: [PATCH] pp

---
 Fltk/onelabWindow.cpp | 6 +++---
 tutorial/t1.geo       | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Fltk/onelabWindow.cpp b/Fltk/onelabWindow.cpp
index 3196977e93..d4797d8b29 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 d7aba6315b..5ed9aea475 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)
  *
-- 
GitLab