From 02b3fa0f2326cb2c37e379857ca9d3e8f8f21782 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Fri, 2 Nov 2018 10:32:57 -0600
Subject: [PATCH] Commit to retrigger travis

---
 geomagio/algorithm/SqDistAlgorithm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/algorithm/SqDistAlgorithm.py b/geomagio/algorithm/SqDistAlgorithm.py
index 3822a73c7..9431dcfca 100644
--- a/geomagio/algorithm/SqDistAlgorithm.py
+++ b/geomagio/algorithm/SqDistAlgorithm.py
@@ -211,7 +211,7 @@ class SqDistAlgorithm(Algorithm):
         # - controller/get_starttime should ensure state is honored
         # - based on a TBD argument (default 30 minutes)
         #   project SQ/SV up to (default 30 minutes) behind realtime
-        #   by padding end with nan values for additive call.
+        #   by padding start/end with nan values for additive call.
 
         # trim trailing NaNs if self.trim is set
         if self.trim:
-- 
GitLab