summaryrefslogtreecommitdiffstats
path: root/layman/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/db.py')
-rw-r--r--layman/db.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/layman/db.py b/layman/db.py
index 1baeabf..b1c6922 100644
--- a/layman/db.py
+++ b/layman/db.py
@@ -116,8 +116,8 @@ class DB(Overlays):
make_conf.add(overlay)
else:
raise Exception('Adding the overlay failed! Possible remains of'
- ' the opration have NOT been removed and may be'
- ' left at ' + path([self.config['storage'],
+ ' the operation have NOT been removed and may b'
+ 'e left at ' + path([self.config['storage'],
overlay.name]) + '. Please re'
'move them manually if required.')
else: