From 852df2414c45adb57b3abb70ce11aab68770bd95 Mon Sep 17 00:00:00 2001 From: arigdon-usgs <arigdon@usgs.gov> Date: Fri, 15 Jun 2018 09:33:28 -0600 Subject: [PATCH] Fixed a spelling error --- geomagio/algorithm/AverageAlgorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/algorithm/AverageAlgorithm.py b/geomagio/algorithm/AverageAlgorithm.py index dd939264b..ace31bcab 100644 --- a/geomagio/algorithm/AverageAlgorithm.py +++ b/geomagio/algorithm/AverageAlgorithm.py @@ -65,7 +65,7 @@ class AverageAlgorithm(Algorithm): if first: self._stats = ts.stats self._npts = ts.stats.npts - selt._stt = ts.stats.starttime + self._stt = ts.stats.starttime first = False if ts.stats.npts != self._npts: -- GitLab