diff --git a/utils/solvers/c++/solver.cpp b/utils/solvers/c++/solver.cpp
index c9c22c6a083764a3ad44a0a58f935be879fbe23c..127be7046a650a8462eff7867f4ee1e335faaa89 100644
--- a/utils/solvers/c++/solver.cpp
+++ b/utils/solvers/c++/solver.cpp
@@ -1,4 +1,4 @@
-// $Id: solver.cpp,v 1.2 2005-01-16 20:41:42 geuzaine Exp $
+// $Id: solver.cpp,v 1.3 2005-01-17 18:52:49 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -35,7 +35,7 @@
 // g++ solver.cpp -o solver.exe
 //
 // To run it, merge the contents of the file solver.opt into your
-// default Gmsh option file, or lauch Gmsh with the command:
+// default Gmsh option file, or launch Gmsh with the command:
 //
 // gmsh -option solver.opt 
 //
diff --git a/utils/solvers/c/solver.c b/utils/solvers/c/solver.c
index a5a1da0526c620a47d3b80a2dc5b607bce2baf14..ca87416b37b3c4c1eecbd1bedb5aa51fe0b5bcdf 100644
--- a/utils/solvers/c/solver.c
+++ b/utils/solvers/c/solver.c
@@ -1,4 +1,4 @@
-/* $Id: solver.c,v 1.1 2005-01-16 20:41:42 geuzaine Exp $ */
+/* $Id: solver.c,v 1.2 2005-01-17 18:52:49 geuzaine Exp $ */
 /*
  * Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
  *
@@ -36,7 +36,7 @@
    gcc -o solver.exe solver.c GmshClient.c
    
    To run it, merge the contents of the file solver.opt into your
-   default Gmsh option file, or lauch Gmsh with the command:
+   default Gmsh option file, or launch Gmsh with the command:
    
    gmsh -option solver.opt 
 
diff --git a/utils/solvers/perl/solver.pl b/utils/solvers/perl/solver.pl
index 0f55f2b40edf404ca37ff1c3a50c7c70c6c2fb91..52abbefeb84745ba139364e3671e3f8a6ff52d5a 100755
--- a/utils/solvers/perl/solver.pl
+++ b/utils/solvers/perl/solver.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# $Id: solver.pl,v 1.1 2005-01-16 20:41:42 geuzaine Exp $
+# $Id: solver.pl,v 1.2 2005-01-17 18:52:49 geuzaine Exp $
 #
 # Copyright (c) 2002 Laurent CHAMPANEY <laurent.champaney@meca.uvsq.fr>. 
 #
@@ -9,7 +9,7 @@
 # to interact with the Gmsh solver module.
 #   
 # To test this solver, copy the solver.opt file into your default
-# Gmsh option file, or lauch Gmsh with the command:
+# Gmsh option file, or launch Gmsh with the command:
 #   
 # gmsh -option solver.opt 
 #