From f21b5d06203df8e83d965e39fcd8ded4d6e5ecfe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 May 2019 02:09:17 -0600 Subject: [PATCH] Fix a typo. --- include/deal.II/meshworker/scratch_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/meshworker/scratch_data.h b/include/deal.II/meshworker/scratch_data.h index ace014c637..51e5af934d 100644 --- a/include/deal.II/meshworker/scratch_data.h +++ b/include/deal.II/meshworker/scratch_data.h @@ -337,7 +337,7 @@ namespace MeshWorker ScratchData(const ScratchData &scratch); /** - * @name CurrentCellMethos Methods to work on current cell + * @name CurrentCellMethods Methods to work on current cell */ /**@{*/ -- 2.39.5