From: Bruno Blais <blais.bruno@gmail.com>
Date: Fri, 29 May 2020 11:48:48 +0000 (-0400)
Subject: Update examples/step-68/step-68.cc
X-Git-Tag: v9.3.0-rc1~1101^2~23
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3feaea16ca15aa259be7a8ef786b04a8a5b838;p=dealii.git

Update examples/step-68/step-68.cc

Co-authored-by: Peter Munch <peterrmuench@gmail.com>
---

diff --git a/examples/step-68/step-68.cc b/examples/step-68/step-68.cc
index b8af14aa41..64071cd753 100644
--- a/examples/step-68/step-68.cc
+++ b/examples/step-68/step-68.cc
@@ -146,7 +146,7 @@ namespace Step68
 
   // There remains the task of declaring what run-time parameters we can accept
   // in input files. Since we have a very limited number of parameters, all
-  // parameters are declared in the same category.
+  // parameters are declared in the same section.
   ParticleTrackingParameters::ParticleTrackingParameters()
     : ParameterAcceptor("Particle Tracking Problem/")
   {