From b5f0d5fa6ee5e7c2dc2c06a2722e9443f5fe84e9 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 8 Dec 2004 18:41:54 +0000
Subject: [PATCH] typo

---
 Plugin/PrincipalStresses.cpp | 6 +++---
 doc/texinfo/opt_plugin.texi  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Plugin/PrincipalStresses.cpp b/Plugin/PrincipalStresses.cpp
index b6026b574a..cd12f14238 100644
--- a/Plugin/PrincipalStresses.cpp
+++ b/Plugin/PrincipalStresses.cpp
@@ -1,4 +1,4 @@
-// $Id: PrincipalStresses.cpp,v 1.5 2004-12-08 16:56:47 geuzaine Exp $
+// $Id: PrincipalStresses.cpp,v 1.6 2004-12-08 18:41:54 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -57,12 +57,12 @@ void GMSH_PrincipalStressesPlugin::getInfos(char *author, char *copyright, char
   strcpy(copyright, "DGR (www.multiphysics.com)");
   strcpy(help_text,
          "Plugin(PrincipalStresses) computes the min,\n"
-	 "mid and max principal stresses from the tensor\n"
+	 "mid and max principal stresses of the tensor\n"
 	 "view `iView'. If `iView' < 0, the plugin is run on\n"
 	 "the current view.\n"
 	 "\n"
 	 "Plugin(PrincipalStresses) creates three new\n"
-	 "views.\n");
+	 "vector views.\n");
 }
 
 int GMSH_PrincipalStressesPlugin::getNbOptions() const
diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index 83bf090ba6..6e61e99599 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -299,12 +299,12 @@ Default value: @code{0}
 
 @item Plugin(PrincipalStresses)
 Plugin(PrincipalStresses) computes the min,
-mid and max principal stresses from the tensor
+mid and max principal stresses of the tensor
 view `iView'. If `iView' < 0, the plugin is run on
 the current view.
 
 Plugin(PrincipalStresses) creates three new
-views.
+vector views.
 
 Numeric options:
 @table @code
-- 
GitLab