From f8e89cf86dd25b7c18764359a467dc8bff791f9d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 21 Nov 2007 16:45:20 +0000
Subject: [PATCH] typo

---
 Graphics/Geom.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp
index 1b302e80c2..c386165884 100644
--- a/Graphics/Geom.cpp
+++ b/Graphics/Geom.cpp
@@ -1,4 +1,4 @@
-// $Id: Geom.cpp,v 1.141 2007-11-21 14:37:09 geuzaine Exp $
+// $Id: Geom.cpp,v 1.142 2007-11-21 16:45:20 geuzaine Exp $
 //
 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 //
@@ -305,7 +305,7 @@ class drawGFace {
     // reentrant, so we must lock it to avoid race conditions when
     // redraw events are fired in rapid succession
     static bool busy = false;
-    if(!f->cross.size() && !basy) {
+    if(!f->cross.size() && !busy) {
       busy = true; 
       std::list<GEdge*> edges = f->edges();
       SBoundingBox3d bb;
-- 
GitLab