From 9bd6be36a038ee7cc8f97ddb5f67fe327cd5b527 Mon Sep 17 00:00:00 2001 From: ThePurox <28731015+ThePurox@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:08:07 +0200 Subject: [PATCH] fix typo --- src/darcy.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darcy.jl b/src/darcy.jl index 420eb4df..a99e7e7e 100644 --- a/src/darcy.jl +++ b/src/darcy.jl @@ -78,7 +78,7 @@ uD = VectorValue(0.0,0.0) U = TrialFESpace(V,uD) P = TrialFESpace(Q) -# When the singe-field spaces have been designed, the multi-field test and trial spaces are expressed as arrays of single-field ones in a natural way. +# When the sinlge-field spaces have been designed, the multi-field test and trial spaces are expressed as arrays of single-field ones in a natural way. Y = MultiFieldFESpace([V, Q]) X = MultiFieldFESpace([U, P])