Skip to content

Commit a12f82d

Browse files
authored
fix typos in comments (#1572)
1 parent 75d70fd commit a12f82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/tree_1d_fdsbp/elixir_advection_upwind.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using OrdinaryDiffEq
55
using Trixi
66

77
###############################################################################
8-
# semidiscretization of the linear scalar advection equation equation
8+
# semidiscretization of the linear scalar advection equation
99

1010
equations = LinearScalarAdvectionEquation1D(1.0)
1111

examples/tree_1d_fdsbp/elixir_advection_upwind_periodic.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using OrdinaryDiffEq
55
using Trixi
66

77
###############################################################################
8-
# semidiscretization of the linear scalar advection equation equation
8+
# semidiscretization of the linear scalar advection equation
99

1010
equations = LinearScalarAdvectionEquation1D(1.0)
1111

0 commit comments

Comments
 (0)