From e5dd2d31ec8975a3c420fb93d4d007744f526ad6 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Tue, 7 Aug 2012 11:39:47 +0200
Subject: [PATCH] fix typo

---
 mex/sources/linsolve/linsolve.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mex/sources/linsolve/linsolve.cc b/mex/sources/linsolve/linsolve.cc
index e6329a28f7..6c43f3f195 100644
--- a/mex/sources/linsolve/linsolve.cc
+++ b/mex/sources/linsolve/linsolve.cc
@@ -43,7 +43,7 @@ Solves the linear system @math{A*X = B} and returns @var{X}.\n\
 Alternatively, if @var{options} is provided and has a field @code{TRANSA} equal \
 to @code{true}, then it solves the system @math{A'*X = B}.\n\
 \n\
-\n\Also, the @code{LT} field of @var{options} (resp. the @code{UT} field) can be set \
+Also, the @code{LT} field of @var{options} (resp. the @code{UT} field) can be set \
 to @code{true} to indicate that the matrix @var{a} is lower (resp. upper) \
 triangular; similarly, the @code{SYM} field can be set to @code{true} to \
 indicate that the matrix is symmetric.\n\
-- 
GitLab