From: Wolfgang Bangerth Date: Thu, 16 May 2019 08:09:17 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v9.2.0-rc1~1488^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f21b5d06203df8e83d965e39fcd8ded4d6e5ecfe;p=dealii.git Fix a typo. --- 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 */ /**@{*/