diff --git a/Mesh/3D_Mesh_Netgen.cpp b/Mesh/3D_Mesh_Netgen.cpp
index ba6d20e7a43ca0643151f7dfddd941a6fd234d12..697cc79ffa3680f578a68585fbff5c7f2742a63d 100644
--- a/Mesh/3D_Mesh_Netgen.cpp
+++ b/Mesh/3D_Mesh_Netgen.cpp
@@ -1,4 +1,4 @@
-// $Id: 3D_Mesh_Netgen.cpp,v 1.13 2004-12-21 21:13:09 geuzaine Exp $
+// $Id: 3D_Mesh_Netgen.cpp,v 1.14 2004-12-21 21:15:05 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -237,7 +237,7 @@ void Netgen::TransferVolumeMesh()
 				   vtable[tmp[2]-1], vtable[tmp[3]-1]);
     simp->iEnt = _vol->Num;
     Tree_Add(_vol->Simplexes, &simp);
-    // also add a cpoy in the global simplex tree
+    // also add a copy in the global simplex tree
     Tree_Add(THEM->Simplexes, &simp);
   }