From 89c136ac0a780ed7f8d064e726966b69b5b6d6b1 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 27 Jan 2022 15:29:34 +0100 Subject: [PATCH] Fix typo. --- examples/step-55/step-55.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5