From: Daniel Garcia-Sanchez Date: Mon, 9 Sep 2019 21:22:54 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.2.0-rc1~1129^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8721%2Fhead;p=dealii.git Fix typo --- diff --git a/examples/step-50/step-50.cc b/examples/step-50/step-50.cc index 19c3234966..5b78c88556 100644 --- a/examples/step-50/step-50.cc +++ b/examples/step-50/step-50.cc @@ -18,7 +18,7 @@ */ -// @note: This a work in progress example of parallel geometric +// @note This is a work in progress example of parallel geometric // multigrid. Some parts are still in heavy development. // This program is a parallel version of step-16 with a slightly different