From e63bd2e703625067152dfb4d8065cbb71d36059b Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Tue, 19 Nov 2019 06:45:16 +0100 Subject: [PATCH] [MaL/LA] Fix spelling in PETScVector docu. --- MathLib/LinAlg/PETSc/PETScVector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MathLib/LinAlg/PETSc/PETScVector.cpp b/MathLib/LinAlg/PETSc/PETScVector.cpp index 23de689e954..8d7518dc060 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.cpp +++ b/MathLib/LinAlg/PETSc/PETScVector.cpp @@ -5,7 +5,7 @@ * * Note: the return message of PETSc routines is ommited in * the source code. If it is really needed, it can be activated by - * adding a PetscErrorCode type variable before each PETSc fucntion + * adding a PetscErrorCode type variable before each PETSc function * * \author Wenqing Wang * \date Nov 2011 - Sep 2013 -- GitLab