aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/cli.py')
-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():