From c13597966f8b9543533f31ae02c145e10a4c1d29 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 2 Sep 2002 06:22:44 +0000
Subject: [PATCH] typos

---
 Plugin/CutMap.cpp         | 4 ++--
 Plugin/CutPlane.cpp       | 4 ++--
 Plugin/CutSphere.cpp      | 4 ++--
 Plugin/SphericalRaise.cpp | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp
index 8147ca6060..c0669e8cc0 100644
--- a/Plugin/CutMap.cpp
+++ b/Plugin/CutMap.cpp
@@ -1,4 +1,4 @@
-// $Id: CutMap.cpp,v 1.26 2002-05-20 18:28:29 geuzaine Exp $
+// $Id: CutMap.cpp,v 1.27 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -46,7 +46,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin()
 
 void GMSH_CutMapPlugin::getName(char *name) const
 {
-  strcpy(name,"Cut Map");
+  strcpy(name,"Cut map");
 }
 
 void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp
index 775c7c650b..755832e221 100644
--- a/Plugin/CutPlane.cpp
+++ b/Plugin/CutPlane.cpp
@@ -1,4 +1,4 @@
-// $Id: CutPlane.cpp,v 1.22 2002-05-20 18:28:29 geuzaine Exp $
+// $Id: CutPlane.cpp,v 1.23 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -48,7 +48,7 @@ GMSH_CutPlanePlugin::GMSH_CutPlanePlugin()
 
 void GMSH_CutPlanePlugin::getName(char *name) const
 {
-  strcpy(name,"Cut Plane");
+  strcpy(name,"Cut plane");
 }
 
 void GMSH_CutPlanePlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp
index d26fcf5fc9..e1c89d0af7 100644
--- a/Plugin/CutSphere.cpp
+++ b/Plugin/CutSphere.cpp
@@ -1,4 +1,4 @@
-// $Id: CutSphere.cpp,v 1.21 2002-05-20 18:28:29 geuzaine Exp $
+// $Id: CutSphere.cpp,v 1.22 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -49,7 +49,7 @@ GMSH_CutSpherePlugin::GMSH_CutSpherePlugin()
 
 void GMSH_CutSpherePlugin::getName(char *name) const
 {
-  strcpy(name,"Cut Sphere");
+  strcpy(name,"Cut sphere");
 }
 
 void GMSH_CutSpherePlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp
index 2b1c7f298d..4594edf5c0 100644
--- a/Plugin/SphericalRaise.cpp
+++ b/Plugin/SphericalRaise.cpp
@@ -1,4 +1,4 @@
-// $Id: SphericalRaise.cpp,v 1.2 2002-09-02 04:13:38 geuzaine Exp $
+// $Id: SphericalRaise.cpp,v 1.3 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -51,7 +51,7 @@ GMSH_SphericalRaisePlugin::GMSH_SphericalRaisePlugin()
 
 void GMSH_SphericalRaisePlugin::getName(char *name) const
 {
-  strcpy(name,"SphericalRaise");
+  strcpy(name,"Spherical raise");
 }
 
 void GMSH_SphericalRaisePlugin::getInfos(char *author, char *copyright, char *help_text) const
-- 
GitLab