commit:     e90bacf006e4ae4842f8dc49fb763513898f37e0
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 17:00:30 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 17:06:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=e90bacf0

layman/cli.py: Typo fix

 layman/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/cli.py b/layman/cli.py
index 86d6e70..870255f 100644
--- a/layman/cli.py
+++ b/layman/cli.py
@@ -164,7 +164,7 @@ class Main(object):
 
         # Make fetching the overlay list a default action
         if not 'nofetch' in self.config.keys():
-            # Actions that implicitely call the fetch operation before
+            # Actions that implicitly call the fetch operation before
             fetch_actions = ['sync', 'sync_all', 'list']
             for i in fetch_actions:
                 if i in self.config.keys():

Reply via email to