start, not begin
diff --git a/plugins/asfdata.py b/plugins/asfdata.py
index 2a2ab00..b4e1bfb 100644
--- a/plugins/asfdata.py
+++ b/plugins/asfdata.py
@@ -589,7 +589,7 @@
 def process_eccn(fname, debug):
     if debug:
         print('-----\nECCN:', fname)
-    if fname.beginswith("https://"):
+    if fname.startswith("https://"):
         j = yaml.safe_load(requests.get(fname).text)
     else:
         j = yaml.safe_load(open(fname))