From 9880529106026317f24882098f8036ebba3daa8a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 28 Jun 2018 17:03:34 +0200 Subject: [PATCH] Fix typo --- examples/step-12/step-12.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-12/step-12.cc b/examples/step-12/step-12.cc index c7564a3681..3df36e8819 100644 --- a/examples/step-12/step-12.cc +++ b/examples/step-12/step-12.cc @@ -142,7 +142,7 @@ namespace Step12 // // After this preparations, we proceed with the main class of this program, // called AdvectionProblem. It is basically the main class of step-6. We do - // not have a AffineConstraints object, because there are no hanging node + // not have an AffineConstraints object, because there are no hanging node // constraints in DG discretizations. // Major differences will only come up in the implementation of the assemble -- 2.39.5