From b868a968bf15d5232f6719c928b63a4af4728777 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 24 Jun 2006 08:06:25 +0000
Subject: [PATCH] fix typo

---
 doc/TODO              | 12 +++++++++++-
 doc/texinfo/gmsh.texi |  4 ++--
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 5a85befbbd..1df5936884 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,14 @@
-$Id: TODO,v 1.13 2006-06-08 14:32:06 geuzaine Exp $
+$Id: TODO,v 1.14 2006-06-24 08:06:25 geuzaine Exp $
+
+extrude along a given function (e.g. radius to extrude a sphere)
+
+********************************************************************
+
+Mac: system("open 'http://google.com/'");
+Linux: system("htmlview 'http://google.com' &");
+Windows: ShellExecute(NULL, "open", "http://google.com/", NULL, NULL,SW_SHOWNORMAL);
+
+********************************************************************
 
 Custom range on "filled iso" 3D views produces ugly plots, where one
 sees inside the cut elements. (In the meantime, one can use
diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index b1c9e60b75..026cb8548c 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -1,5 +1,5 @@
 \input texinfo.tex @c -*-texinfo-*-
-@c $Id: gmsh.texi,v 1.208 2006-05-17 18:40:37 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.209 2006-06-24 08:06:25 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 @c
@@ -2092,7 +2092,7 @@ oriented when the mesh is not recombined.
 
 @item Transfinite Volume @{ @var{expression} @} = @{ @var{expression-list} @};
 Selects the volume @var{expression} to be meshed with the 3D transfinite
-algorithm (the volume can only have six or eight faces).  The
+algorithm (the volume can only have five or six faces).  The
 @var{expression-list} should contain the identification numbers of the
 points on the boundary of the volume. The ordering of these point numbers
 defines the ordering and orientation of the mesh elements, and should thus
-- 
GitLab