From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Sat, 18 Mar 2023 00:12:53 +0000 (-0600)
Subject: Fix a grammar mistake.
X-Git-Tag: v9.5.0-rc1~464^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef69f6117e0e6ff1e398198aa9f902c5df9fad2;p=dealii.git

Fix a grammar mistake.
---

diff --git a/examples/step-35/step-35.cc b/examples/step-35/step-35.cc
index 89672e9041..42d6ba59fa 100644
--- a/examples/step-35/step-35.cc
+++ b/examples/step-35/step-35.cc
@@ -1284,7 +1284,7 @@ namespace Step35
   // Let us also note that we here compute the vorticity as a scalar quantity in
   // a separate function, using the $L^2$ projection of the quantity
   // $\text{curl} u$ onto the finite element space used for the components of
-  // the velocity. In principle, however, we could also have computed as a
+  // the velocity. In principle, however, we could also have computed it as a
   // pointwise quantity from the velocity, and do so through the
   // DataPostprocessor mechanism discussed in step-29 and step-33.
   template <int dim>