From e343d5504414561fccbd3fd021719e16b5d8d120 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 1 Jan 2017 09:44:53 -0800 Subject: [PATCH] fix typo (and test if Travis build still breaks, after PR312) --- gramps/gen/plug/_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/plug/_manager.py b/gramps/gen/plug/_manager.py index 3c694555c..1fe4d3955 100644 --- a/gramps/gen/plug/_manager.py +++ b/gramps/gen/plug/_manager.py @@ -140,7 +140,7 @@ class BasePluginManager: continue plugins_to_load.append(plugin) # next, sort on dependencies - # Probably a more effecient method to get dependency graph: + # Probably a more efficient method to get dependency graph: plugins_sorted = [] count = 0 max_count = len(plugins_to_load)