From: Wolfgang Bangerth Date: Fri, 14 Feb 2003 16:17:15 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v8.0.0~16956 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0cf1bfb35dfc18801783a94f474b4c38562f64;p=dealii.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@7083 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ();