Skip to content

Commit 8bee6ae

Browse files
Update aeolis/threshold.py
spelling corrected Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d4353a5 commit 8bee6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeolis/threshold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def compute(s, p):
9494
s = compute_humidity(s, p)
9595
if p['th_salt']:
9696
s = compute_salt(s, p)
97-
if p['th_sheltering']: # sheltering based on grain size dsitribution
97+
if p['th_sheltering']: # sheltering based on grain size distribution
9898
s = compute_sheltering(s, p)
9999
if p['th_sedtrapping']:
100100
s = compute_sedtrapping(s, p)

0 commit comments

Comments
 (0)