diff --git a/ctapipe/io/pointing.py b/ctapipe/io/pointing.py index 4e108191344..4c8bcece73e 100644 --- a/ctapipe/io/pointing.py +++ b/ctapipe/io/pointing.py @@ -25,7 +25,7 @@ class PointingInterpolator(Component): ).tag(config=True) extrapolate = traits.Bool( - help="If bounds_error is False, this flag will specify wether values outside" + help="If bounds_error is False, this flag will specify whether values outside" "the available values are filled with nan (False) or extrapolated (True).", default_value=False, ).tag(config=True)