From 54e5b7a850a52e1633f7de4f49b6db41d0003472 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Tue, 19 Nov 2019 11:38:33 +0100
Subject: [PATCH] [PL] Fix typo.

---
 ProcessLib/LocalAssemblerTraits.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessLib/LocalAssemblerTraits.h b/ProcessLib/LocalAssemblerTraits.h
index 8ed068b00e1..cd5ed43b8bb 100644
--- a/ProcessLib/LocalAssemblerTraits.h
+++ b/ProcessLib/LocalAssemblerTraits.h
@@ -48,7 +48,7 @@ public:
     using MatrixDimDim = Matrix<Dim, Dim>;
 
     // TODO That only works if all process variables are single component
-    //      and use the same shape fucntions.
+    //      and use the same shape functions.
     //! Local matrix for the given number of d.o.f.\ per node and number of
     //! integration points
     using LocalMatrix = Matrix<NNodes*NodalDOF, NNodes*NodalDOF>;
-- 
GitLab