Skip to content

Commit

Permalink
fix typos in comments (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Jul 18, 2023
1 parent 75d70fd commit a12f82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tree_1d_fdsbp/elixir_advection_upwind.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using OrdinaryDiffEq
using Trixi

###############################################################################
# semidiscretization of the linear scalar advection equation equation
# semidiscretization of the linear scalar advection equation

equations = LinearScalarAdvectionEquation1D(1.0)

Expand Down
2 changes: 1 addition & 1 deletion examples/tree_1d_fdsbp/elixir_advection_upwind_periodic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using OrdinaryDiffEq
using Trixi

###############################################################################
# semidiscretization of the linear scalar advection equation equation
# semidiscretization of the linear scalar advection equation

equations = LinearScalarAdvectionEquation1D(1.0)

Expand Down

0 comments on commit a12f82d

Please sign in to comment.