diff --git a/Mesh/3D_Extrude_Old.cpp b/Mesh/3D_Extrude_Old.cpp
index 6cbf7191d9e49f2faf9a0df8fe25cf354ef6c8b8..b11f57d51b8a6f797faa59f22a7b2482fcf1471b 100644
--- a/Mesh/3D_Extrude_Old.cpp
+++ b/Mesh/3D_Extrude_Old.cpp
@@ -1,9 +1,9 @@
-// $Id: 3D_Extrude_Old.cpp,v 1.2 2001-06-25 16:23:00 geuzaine Exp $
+// $Id: 3D_Extrude_Old.cpp,v 1.3 2001-06-26 07:06:11 geuzaine Exp $
 
 // This is the old extrusion mesh generator -> only available through
-// command line options -extrude (w/o -recombine). This mesh generator
-// pre-supposes a definition of surfaces in the XY plane, and will
-// extrude everything along the Z axis, taking parameters
+// the command line option -extrude (w/o -recombine). This mesh
+// generator pre-supposes a definition of surfaces in the XY plane,
+// and will extrude everything along the Z axis, taking parameters
 // interactively from standard input, e.g.
 //
 // gmsh test -extrude -recombine < params.ext
@@ -17,7 +17,7 @@
 //
 // WARNING:
 //
-// The is no way to save XY generated lines or other entities for the
+// There is no way to save XY generated lines or other entities for the
 // moment
 
 #define NB_LAYER_MAX 100
diff --git a/doc/VERSIONS b/doc/VERSIONS
index b84a430e7a2532aa3eb6dddbe91d23819114f137..032c8de53bf89ca105fc3cebc887f6ce1ed64b10 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,11 +1,10 @@
-$Id: VERSIONS,v 1.21 2001-06-25 13:21:15 geuzaine Exp $
+$Id: VERSIONS,v 1.22 2001-06-26 07:06:11 geuzaine Exp $
 
 New in 1.20: Many memory leak fixes; Various bug fixes (Functions in
 Includes, solver command, ColorTable option, ...) and small
 enhancements (menu reorganization, constrained background mesh, mesh
 visibility options, geometry edition, mesh quality histograms, ...);
-Re-integrated the old command-line extrusion mesh generator (the new
-one, e.g. used in tutorial 3) is buggy (it generates duplicate nodes);
+Re-integrated the old command-line extrusion mesh generator;
 
 New in 1.19: Fixed seg. fault for scalar simplex post-processing; new
 Solver menu; interface for GetDP solver through sockets; fixed