Skip to content

Commit

Permalink
small typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander authored and visr committed Jan 26, 2022
1 parent b706cb8 commit be979b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbm_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function initialize_sbm_model(config::Config)
else
error(
"""An unknown "river_routing" method is specified in the TOML file ($river_routing).
This should be "kinematic_wave" or "local-inertial".
This should be "kinematic-wave" or "local-inertial".
""",
)
end
Expand Down

0 comments on commit be979b4

Please sign in to comment.