From 9205b6d024baa3b41b7569b4d3aae3b32f6f619e Mon Sep 17 00:00:00 2001
From: Wenqing Wang <wenqing.wang@ufz.de>
Date: Mon, 31 Mar 2014 11:06:48 +0200
Subject: [PATCH] typo in the short description for a preprocessor for
 debugging.

---
 MathLib/LinAlg/PETSc/PETScMatrix.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.cpp b/MathLib/LinAlg/PETSc/PETScMatrix.cpp
index aa82da6c159..5c504d2488b 100644
--- a/MathLib/LinAlg/PETSc/PETScMatrix.cpp
+++ b/MathLib/LinAlg/PETSc/PETScMatrix.cpp
@@ -75,7 +75,7 @@ void PETScMatrix::viewer(const std::string &file_name, const PetscViewerFormat v
     MatView(_A,viewer);
 
 // This preprocessor is only for debugging, e.g. dump the matrix and exit the program.
-// To activate, remove 'non' in ths following line.  
+// To activate, remove 'non' in the following line.  
 #define nonEXIT_TEST  
 #ifdef EXIT_TEST
     MatDestroy(&_A);
-- 
GitLab