From fa09056a46a856f7b258f47c4689ae4fcd12a142 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 5 Mar 2008 02:29:54 +0000 Subject: [PATCH] Fix a couple of typos. git-svn-id: https://svn.dealii.org/trunk@15854 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-22/step-22.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc index 33adb65ef1..fa91fed973 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -481,7 +481,7 @@ StokesProblem::StokesProblem (const unsigned int degree) // the sparse matrix from its // sparsity pattern object. // - // We the procedd with distributing + // We then proceed with distributing // degrees of freedom and renumbering // them: In order to make the ILU // preconditioner (in 3D) work -- 2.39.5