summaryrefslogtreecommitdiffstats
path: root/layman/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/db.py')
-rw-r--r--layman/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/db.py b/layman/db.py
index 0215a2f..354481c 100644
--- a/layman/db.py
+++ b/layman/db.py
@@ -75,7 +75,7 @@ class DB(DbBase):
def rename_db(self):
- """small upgarde function to handle the name change
+ """small upgrade function to handle the name change
for the installed xml file"""
if os.access(self.config['local_list'], os.F_OK):
self.output.info("Automatic db rename, old name was: %s"