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

[docs] poly-morphic => polymorphic
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:42 -0500
parents 654bcfb937bf
children 03b7f618ab3d
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Tue Jan 13 00:26:40 2009 -0500
+++ b/doc/interpreter/sparse.txi	Tue Jan 13 00:26:42 2009 -0500
@@ -725,7 +725,7 @@
 @node Sparse Linear Algebra, Iterative Techniques, Basics, Sparse Matrices
 @section Linear Algebra on Sparse Matrices
 
-Octave includes a poly-morphic solver for sparse matrices, where 
+Octave includes a polymorphic solver for sparse matrices, where 
 the exact solver used to factorize the matrix, depends on the properties
 of the sparse matrix itself. Generally, the cost of determining the matrix type
 is small relative to the cost of factorizing the matrix itself, but in any