From: Marc Fehling Date: Thu, 27 Jan 2022 14:29:34 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v9.4.0-rc1~561^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c136ac0a780ed7f8d064e726966b69b5b6d6b1;p=dealii.git Fix typo. --- diff --git a/examples/step-55/step-55.cc b/examples/step-55/step-55.cc index ce24b41f2b..2d19f43ee6 100644 --- a/examples/step-55/step-55.cc +++ b/examples/step-55/step-55.cc @@ -331,7 +331,7 @@ namespace Step55 {} - // The Kovasnay flow is defined on the domain [-0.5, 1.5]^2, which we + // The Kovasznay flow is defined on the domain [-0.5, 1.5]^2, which we // create by passing the min and max values to GridGenerator::hyper_cube. template void StokesProblem::make_grid()