Skip to content
Snippets Groups Projects
Commit c1359796 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typos

parent f342865a
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -46,7 +46,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin() ...@@ -46,7 +46,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin()
void GMSH_CutMapPlugin::getName(char *name) const 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 void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, char *help_text) const
......
// $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 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -48,7 +48,7 @@ GMSH_CutPlanePlugin::GMSH_CutPlanePlugin() ...@@ -48,7 +48,7 @@ GMSH_CutPlanePlugin::GMSH_CutPlanePlugin()
void GMSH_CutPlanePlugin::getName(char *name) const 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 void GMSH_CutPlanePlugin::getInfos(char *author, char *copyright, char *help_text) const
......
// $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 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -49,7 +49,7 @@ GMSH_CutSpherePlugin::GMSH_CutSpherePlugin() ...@@ -49,7 +49,7 @@ GMSH_CutSpherePlugin::GMSH_CutSpherePlugin()
void GMSH_CutSpherePlugin::getName(char *name) const 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 void GMSH_CutSpherePlugin::getInfos(char *author, char *copyright, char *help_text) const
......
// $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 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -51,7 +51,7 @@ GMSH_SphericalRaisePlugin::GMSH_SphericalRaisePlugin() ...@@ -51,7 +51,7 @@ GMSH_SphericalRaisePlugin::GMSH_SphericalRaisePlugin()
void GMSH_SphericalRaisePlugin::getName(char *name) const 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 void GMSH_SphericalRaisePlugin::getInfos(char *author, char *copyright, char *help_text) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment