From 6f2ce20ad913a94c10aa59da18c64bb3ed15b6e5 Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Tue, 11 May 2021 23:07:37 +0000 Subject: [PATCH] fix a typo --- examples/step-55/step-55.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5