diff --git a/bin/geomag.py b/bin/geomag.py index 283c5fc6feb37fb629b1cac5fd73829c45feb583..35e423763d10e1c7580813f973c015196b07a3df 100755 --- a/bin/geomag.py +++ b/bin/geomag.py @@ -5,7 +5,7 @@ import sys # ensure geomag is on the path before importing try: - import geomagio # noqa (tells linter to ignor this line.) + import geomagio # noqa (tells linter to ignore this line.) except: from os import path script_dir = path.dirname(path.abspath(__file__))