diff doc/interpreter/linalg.txi @ 8488:cdb4788879b3

[docs] poly-morphic => polymorphic
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:42 -0500
parents fa78cb8d8a5c
children 03b7f618ab3d
line wrap: on
line diff
--- a/doc/interpreter/linalg.txi	Tue Jan 13 00:26:40 2009 -0500
+++ b/doc/interpreter/linalg.txi	Tue Jan 13 00:26:42 2009 -0500
@@ -34,7 +34,7 @@
 @node Techniques used for Linear Algebra
 @section Techniques used for Linear Algebra
 
-Octave includes a poly-morphic solver, that selects an appropriate
+Octave includes a polymorphic solver, that selects an appropriate
 matrix factorization depending on the properties of the matrix itself. 
 Generally, the cost of determining the matrix type is small relative to 
 the cost of factorizing the matrix itself, but in any case the matrix