From 5b7ea80a05444d6dca0eea9c93cfa505138649df Mon Sep 17 00:00:00 2001 From: patrickersing Date: Tue, 23 Jan 2024 17:34:53 +0100 Subject: [PATCH] fix typo --- src/equations/shallow_water_wet_dry_1d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equations/shallow_water_wet_dry_1d.jl b/src/equations/shallow_water_wet_dry_1d.jl index 57313ff..0486f42 100644 --- a/src/equations/shallow_water_wet_dry_1d.jl +++ b/src/equations/shallow_water_wet_dry_1d.jl @@ -97,7 +97,7 @@ end # This equation set extends the basic ShallowWaterEquations1D from Trixi.jl with additional functionality # for wet/dry transitions. Since many functions correspond to the fully wet case, we make use of the -# exisiting functionality and introduce a number of wrapper functions, that dispatch to the +# existing functionality and introduce a number of wrapper functions, that dispatch to the # ShallowWaterEquations1D. # Set initial conditions at physical location `x` for time `t`