diff --git a/doc/FAQ b/doc/FAQ
index de01c1b8247e5604b7f94e3f8b3532ae80ba8e4d..bd1e39782e12ea7efe35e1662e17077f8cbcde2c 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,4 +1,4 @@
-$Id: FAQ,v 1.65 2005-06-12 04:25:21 geuzaine Exp $
+$Id: FAQ,v 1.66 2005-06-25 18:11:45 geuzaine Exp $
 
 This is the Gmsh FAQ
 
@@ -286,7 +286,7 @@ interest. You can define up to 6 clipping planes in Gmsh (i.e., enough
 to define a "cube" inside your model) and each plane can clip either
 the geometry, the mesh, the post-processing views, or any combination
 of the above.  The clipping planes are defined using the four
-coeficients A,B,C,D of the equation A*x+B*y+C*y+D=0, which can be
+coefficients A,B,C,D of the equation A*x+B*y+C*y+D=0, which can be
 adjusted interactively by dragging the mouse in the input
 fields. There is also one additional clipping plane available for
 "cutting" only the mesh (by keeping entire elements), in
@@ -481,7 +481,7 @@ line option.
 
 See question 5.13. 
 
-When viewing 3D salar fields, you can also modify the colormap
+When viewing 3D scalar fields, you can also modify the colormap
 ('Tools->Options->View->Map') to make the iso-surfaces "transparent":
 either by holding 'Ctrl' while dragging the mouse to draw the alpha
 channel by hand, or by using the 'a', 'Ctrl+a', 'p' and 'Ctrl+p'
diff --git a/doc/README.cvs b/doc/README.cvs
index df67de1a649bbc283dfeccdf24e6a0e121a7a984..0633cadc991ad3eecdaa742e65a3c13e70cf89fd 100644
--- a/doc/README.cvs
+++ b/doc/README.cvs
@@ -1,4 +1,4 @@
-$Id: README.cvs,v 1.4 2003-03-06 23:01:17 geuzaine Exp $
+$Id: README.cvs,v 1.5 2005-06-25 18:11:45 geuzaine Exp $
 
 0) Set the variable CVS_RHS to ssh ('export CVS_RHS=ssh' with bash, or
    'setenv CVS_RHS ssh' with tcsh)
@@ -6,7 +6,7 @@ $Id: README.cvs,v 1.4 2003-03-06 23:01:17 geuzaine Exp $
 1) The first time you want to download the latest full source by
    CVS, type:
 
-   cvs -d username@cvs.geuz.org:/cvsroot ckeckout gmsh
+   cvs -d username@cvs.geuz.org:/cvsroot checkout gmsh
 
    where username is your login on cvs.geuz.org
 
diff --git a/doc/VERSIONS b/doc/VERSIONS
index ba52a2f80b736077d228dd5ab18cbccfd17b4bc3..2d1d408c1d9efd4211def844ef2cd0968e4c456d 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,17 +1,17 @@
-$Id: VERSIONS,v 1.336 2005-06-12 20:54:26 geuzaine Exp $
+$Id: VERSIONS,v 1.337 2005-06-25 18:11:45 geuzaine Exp $
 
 New since 1.60: added support for second order (curved) elements in
 post-processor; new version (1.4) of post-processing file formats; new
 stippling options for 2D plots; removed limit on allowed number of
 files on command line; all "Combine" operations are now available in
 the parser; changed View.ArrowLocation into View.GlyphLocation;
-optimized memory usage when loading many (>1000) views; optimzed
-loading and drawing of line meshes and 2D iso views; optimized handling
-of meshes with large number of physical entities; removed Discrete
-Line and Discrete Surface commands (the same functionnality can now be
-obtained by simply loading a mesh in .msh format); fixed coloring
-by mesh partition; new "mesh statistics" export format; new full-quad
-recombine option; various small bug fixes and improvements.
+optimized memory usage when loading many (>1000) views; optimized
+loading and drawing of line meshes and 2D iso views; optimized
+handling of meshes with large number of physical entities; removed
+Discrete Line and Discrete Surface commands (the same functionality
+can now be obtained by simply loading a mesh in .msh format); fixed
+coloring by mesh partition; new "mesh statistics" export format; new
+full-quad recombine option; various small bug fixes and improvements.
 
 New in 1.60: added support for discrete curves; new Window menu on Mac
 OS X; generalized all octree-based plugins (CutGrid, StreamLines,
@@ -60,7 +60,7 @@ by the values from other scalar, vector or tensor fields; new adaptive
 high order visualization mode; new options (Solver.SocketCommand,
 Solver.NameCommand, View.ArrowSizeProportional, View.Normals,
 View.Tangents and General.ClipFactor); fixed display of undesired
-solver plugin popups; enhanced interactive plugin behaviour; new
+solver plugin popups; enhanced interactive plugin behavior; new
 plugins (HarmonicToTime, Integrate, Eigenvectors); tetrahedral mesh
 file reading speedup (50% faster on large meshes); large memory
 footprint reduction (up to 50%) for the visualization of
@@ -102,7 +102,7 @@ views; much nicer display of discrete iso-surfaces and custom ranges
 using smooth normals; small bug fixes and cleanups.
 
 New in 1.53: completed support for second order elements in the mesh
-module (lines, triangles, quadrangles, tetrahedra, hexahedra, prisms
+module (line, triangles, quadrangles, tetrahedra, hexahedra, prisms
 and pyramids); various background mesh fixes and enhancements; major
 performance improvements in mesh and post-processing drawing routines
 (OpenGL vertex arrays for tri/quads); new Plugin(Evaluate) to evaluate
@@ -315,7 +315,7 @@ small fixes and clean-ups.
 New in 1.20: fixed various bugs (memory leaks, functions in included
 files, solver command selection, ColorTable option, duplicate nodes in
 extruded meshes (not finished yet), infinite loop on empty views,
-orientation of recombined quadrangles...); reorganized the interface
+orientation of recombined quadrangles, ...); reorganized the interface
 menus; added constrained background mesh and mesh visibility options;
 added mesh quality histograms; changed default mesh colors;
 reintegrated the old command-line extrusion mesh generator.
@@ -405,7 +405,7 @@ becomes acceptable. An average 1000 tetrahedra/second is obtained on a
 and clarified mesh file format. New handling for interactive rotations
 (trackball mode). New didactic interactive mesh construction (watch
 the Delaunay algorithm in real time on complex geometries: that's
-exciting ;-). And many, many bug fixes and cleanings...
+exciting ;-). And many, many bug fixes and cleanups.
 
 New in 0.992: corrected recombined extrusion; corrected ellipses; added
 simple automatic animation of post-processing maps; fixed various bugs.