From: Jiaqi Zhang Date: Tue, 11 May 2021 23:07:37 +0000 (+0000) Subject: fix a typo X-Git-Tag: v9.3.0-rc1~91^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12188%2Fhead;p=dealii.git fix a typo --- diff --git a/examples/step-55/step-55.cc b/examples/step-55/step-55.cc index 449f140a66..cb02d8ea6c 100644 --- a/examples/step-55/step-55.cc +++ b/examples/step-55/step-55.cc @@ -383,7 +383,7 @@ namespace Step55 relevant_partitioning[1] = locally_relevant_dofs.get_view(n_u, n_u + n_p); // Setting up the constraints for boundary conditions and hanging nodes - // is identical to step-40. Rven though we don't have any hanging nodes + // is identical to step-40. Even though we don't have any hanging nodes // because we only perform global refinement, it is still a good idea // to put this function call in, in case adaptive refinement gets // introduced later.