From b4a96d70b78b9e14a238cd25ae2eead9a72b9004 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 10 Oct 2005 16:16:50 +0000 Subject: [PATCH] typos --- Graphics/Geom.cpp | 4 ++-- Graphics/Mesh.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp index ddad24f67f..e2b1c033d2 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 4062c70d93..5f2577b970 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){ -- GitLab