diff doc/interpreter/linalg.txi @ 10828:322f43e0e170

Grammarcheck .txi documentation files.
author Rik <octave@nomad.inbox5.com>
date Wed, 28 Jul 2010 12:45:04 -0700
parents f8e2e9fdaa8f
children d682cd6669ac
line wrap: on
line diff
--- a/doc/interpreter/linalg.txi	Wed Jul 28 11:57:39 2010 -0700
+++ b/doc/interpreter/linalg.txi	Wed Jul 28 12:45:04 2010 -0700
@@ -55,11 +55,11 @@
 @c or lower triangular matrix with row permutations, perform a forward or
 @c backward substitution, and goto 5.
 
-@item If the matrix is square, hermitian with a real positive diagonal,
+@item If the matrix is square, Hermitian with a real positive diagonal,
 attempt Cholesky factorization using the @sc{lapack} xPOTRF function.
 
 @item If the Cholesky factorization failed or the matrix is not
-hermitian with a real positive diagonal, and the matrix is square, factorize 
+Hermitian with a real positive diagonal, and the matrix is square, factorize 
 using the @sc{lapack} xGETRF function.
 
 @item If the matrix is not square, or any of the previous solvers flags