diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp index ddad24f67feedcd584a406e0cc7540a4106a1df2..e2b1c033d23f1f4b4a135d2e97b3c1c1be4043c9 100644 --- a/Graphics/Geom.cpp +++ b/Graphics/Geom.cpp @@ -1,4 +1,4 @@ -// $Id: Geom.cpp,v 1.92 2005-10-09 17:45:37 geuzaine Exp $ +// $Id: Geom.cpp,v 1.93 2005-10-10 16:16:50 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -683,7 +683,7 @@ void HighlightEntity(Vertex * v, Curve * c, Surface * s, int permanent) char Message[256], temp[256]; // Note: in Gmsh < 1.61, we used to draw permanent highlights (the - // "red" selected lines, etc.) using incrmental drawing, i.e., by + // "red" selected lines, etc.) using incremental drawing, i.e., by // drawing "over" the current picture in-between Draw() calls. This // was fine for simple overlays on points and lines (that we could // draw with a slightly larger width so that they would cover the diff --git a/Graphics/Mesh.cpp b/Graphics/Mesh.cpp index 4062c70d93cf8ce1c9dfd3e7281eb03f3801bb93..5f2577b97074c6e05997f96b7e2e2b9e2da59020 100644 --- a/Graphics/Mesh.cpp +++ b/Graphics/Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Mesh.cpp,v 1.140 2005-10-09 18:00:54 geuzaine Exp $ +// $Id: Mesh.cpp,v 1.141 2005-10-10 16:16:50 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -80,7 +80,7 @@ void draw_polygon_2d(double r, double g, double b, int n, int getFirstPhysical(int type, int num) { // If we visualize the mesh by coloring the physical entities, or if - // we ask to display physical enyity labels on elements, this + // we ask to display physical entity labels on elements, this // routine returns the number of the first physical entity of type // "type" that contains the elementary entity "num" if(CTX.mesh.color_carousel == 2 || CTX.mesh.label_type == 2){