diff --git a/ProcessLib/LocalAssemblerTraits.h b/ProcessLib/LocalAssemblerTraits.h index 8ed068b00e1bed33c21b345e85789deed312117c..cd5ed43b8bb922ffb5e9c5061cc4b3fbbf0479f5 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>;