From ce81702ef7c092e6b8c783a405312e7c461dfc04 Mon Sep 17 00:00:00 2001 From: Daniel Doehring Date: Wed, 9 Aug 2023 14:39:32 +0200 Subject: [PATCH] Fix typo (#1600) * Fix typo --------- Co-authored-by: Hendrik Ranocha --- src/semidiscretization/semidiscretization.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/semidiscretization/semidiscretization.jl b/src/semidiscretization/semidiscretization.jl index fbdcd73e2a8..c784f716426 100644 --- a/src/semidiscretization/semidiscretization.jl +++ b/src/semidiscretization/semidiscretization.jl @@ -363,7 +363,7 @@ end # # In some sense, having plain multidimensional `Array`s not support `resize!` # isn't necessarily a bug (although it would be nice to add this possibility to -# base Julia) but can turn out to be a feature for us, because it will aloow us +# base Julia) but can turn out to be a feature for us, because it will allow us # more specializations. # Since we can use multiple dispatch, these kinds of specializations can be # tailored specifically to each combinations of mesh/solver etc.