From 4bd05eb8b281c7f8fdecc224de8b646c179a66c9 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 2 Apr 2008 16:36:08 +0000
Subject: [PATCH] *** empty log message ***

---
 Geo/GModel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GModel.h b/Geo/GModel.h
index ba187d520b..52856f4683 100644
--- a/Geo/GModel.h
+++ b/Geo/GModel.h
@@ -80,7 +80,7 @@ class GModel
   // returns the current model
   static GModel *current();
 
-  // returns the model of name
+  // finds the model by name
   static GModel *findByName(std::string name);
 
   // Deletes everything in a GModel
-- 
GitLab