From: Daniel Arndt Date: Thu, 28 Jun 2018 15:03:34 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.1.0-rc1~972^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9880529106026317f24882098f8036ebba3daa8a;p=dealii.git Fix typo --- 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