From b88cfc3336508567287bbd079410a4270d326959 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 4 Apr 2011 14:46:51 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@23558 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/mesh_worker_loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/numerics/mesh_worker_loop.h index 89a3e88bb3..05656d0e74 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_loop.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_loop.h @@ -226,7 +226,7 @@ namespace MeshWorker * automatically by the loop. * Most of the work in this loop is done in cell_action(), which also * receives most of the parameters of this function. See the - * documentation there for mor details. + * documentation there for more details. * * If you don't want anything to be done on cells, interior or boundary faces * to happen, simply pass the Null pointer to one of the function -- 2.39.5