From 6c457d1328e9f754fea59dfcbc09a7424be323d9 Mon Sep 17 00:00:00 2001 From: Eddie McWhirter <emcwhirter@usgs.gov> Date: Fri, 19 Jun 2015 19:29:39 -0600 Subject: [PATCH] Fix typo. --- bin/geomag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/geomag.py b/bin/geomag.py index 283c5fc6f..35e423763 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__)) -- GitLab