From 2d2d4db66cae08f575949ba2d85fd2c0ad0cc6ea Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 31 Jul 2001 08:02:26 +0000
Subject: [PATCH] typo

---
 Common/Views.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Common/Views.cpp b/Common/Views.cpp
index a5628f64fe..c928347ca2 100644
--- a/Common/Views.cpp
+++ b/Common/Views.cpp
@@ -1,4 +1,4 @@
-// $Id: Views.cpp,v 1.44 2001-07-31 06:02:56 geuzaine Exp $
+// $Id: Views.cpp,v 1.45 2001-07-31 08:02:26 geuzaine Exp $
 
 #include <set>
 #include "Gmsh.h"
@@ -825,7 +825,7 @@ void Post_View :: smooth (){
   
 }
   
-// a small utility ti smooth normals
+// a small utility to smooth normals
 
 void Post_View :: reset_normals(){
   if(normals) delete normals;
@@ -860,4 +860,3 @@ bool Post_View :: get_normal(double x, double y, double z,
   return true;
 }
 
-
-- 
GitLab