From fb5b2ed3eb5a180e4230f9c75e4cbf72098822df Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Mon, 30 Mar 2020 07:19:08 +0200
Subject: [PATCH] Update t1.geo

---
 tutorial/t1.geo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/t1.geo b/tutorial/t1.geo
index 777ddddd6c..45e26ead5f 100644
--- a/tutorial/t1.geo
+++ b/tutorial/t1.geo
@@ -65,7 +65,7 @@ Curve Loop(1) = {4, 1, -2, 3};
 
 Plane Surface(1) = {1};
 
-// At this level, Gmsh knows everything to display the rectangular surface 6 and
+// At this level, Gmsh knows everything to display the rectangular surface 1 and
 // to mesh it. An optional step is needed if we want to group elementary
 // geometrical entities into more meaningful groups, e.g. to define some
 // mathematical ("domain", "boundary"), functional ("left wing", "fuselage") or
-- 
GitLab