diff --git a/trollsched/pass_scheduling_utils.py b/trollsched/pass_scheduling_utils.py index 1fbfd9c..ec8bf4d 100644 --- a/trollsched/pass_scheduling_utils.py +++ b/trollsched/pass_scheduling_utils.py @@ -24,7 +24,7 @@ class SatScore: - """Container for the score parameter desciding which satellite pass to take.""" + """Container for the score parameter deciding which satellite pass to take.""" def __init__(self, day, night): """Initialize the score."""