From cbfd69c852d9227811deda5f338735c7078959b2 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Mon, 4 Mar 2019 16:33:13 +1100 Subject: [PATCH] Fix typo in comment --- src/analysis/forecasted_storm_impacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/forecasted_storm_impacts.py b/src/analysis/forecasted_storm_impacts.py index e02c171..2292598 100644 --- a/src/analysis/forecasted_storm_impacts.py +++ b/src/analysis/forecasted_storm_impacts.py @@ -43,7 +43,7 @@ def forecasted_impacts(df_profile_features, df_forecasted_twl): right_on=["site_id"], ) - # Compare R_high and R_low wirth dune crest and toe elevations + # Compare R_high and R_low with dune crest and toe elevations df_forecasted_impacts = storm_regime(df_forecasted_impacts) return df_forecasted_impacts