From a31c132777e8e5ad0ea2e103a042fe0e0bf8be5a Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 14 Feb 2003 16:17:15 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@7083 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_decomposition.h | 6 +++--- deal.II/lac/include/lac/swappable_vector.templates.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_decomposition.h b/deal.II/lac/include/lac/sparse_decomposition.h index f32154d5c6..fc3a4c1a54 100644 --- a/deal.II/lac/include/lac/sparse_decomposition.h +++ b/deal.II/lac/include/lac/sparse_decomposition.h @@ -179,8 +179,8 @@ class SparseLUDecomposition : protected SparseMatrix * Perform the sparse LU * factorization of the given * matrix. After this method - * invokation, and before - * consecutive reinit invokation + * invocation, and before + * consecutive reinit invocation * this object is in decomposed * state. * @@ -291,7 +291,7 @@ class SparseLUDecomposition : protected SparseMatrix * array contains a pointer * to the row's first * afterdiagonal entry. Becomes - * available after invokation of + * available after invocation of * @p{decompose}. */ std::vector prebuilt_lower_bound; diff --git a/deal.II/lac/include/lac/swappable_vector.templates.h b/deal.II/lac/include/lac/swappable_vector.templates.h index a6f38266b2..828483c04e 100644 --- a/deal.II/lac/include/lac/swappable_vector.templates.h +++ b/deal.II/lac/include/lac/swappable_vector.templates.h @@ -151,7 +151,7 @@ void SwappableVector::alert () return; // synchronise with possible other - // invokations of this function and + // invocations of this function and // other functions in this class lock.acquire (); -- 2.39.5