aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-02-02 09:00:30 -0800
committerBrian Dolbec <dolsen@gentoo.org>2017-02-02 09:06:49 -0800
commite90bacf006e4ae4842f8dc49fb763513898f37e0 (patch)
treea2c3ff723cf7358f9b9bbc1b50c50a1e310baec6
parentUpdate for a release (diff)
downloadlayman-e90bacf006e4ae4842f8dc49fb763513898f37e0.tar.gz
layman-e90bacf006e4ae4842f8dc49fb763513898f37e0.tar.bz2
layman-e90bacf006e4ae4842f8dc49fb763513898f37e0.zip
layman/cli.py: Typo fix
-rw-r--r--layman/cli.py2
1 files changed, 1 insertions, 1 deletions
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():