summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2012-10-07 13:18:45 -0700
committerBrian Dolbec <dolsen@gentoo.org>2012-10-07 13:18:45 -0700
commit0ad65cb126dfe1b41b559675a9b571e5e2d277ef (patch)
treeae749ff95713257e7390d4d60571e941f0ca4a7c
parent915e3c0865ecee24cb31ead94d573b397ae67c51 (diff)
downloadlayman-0ad65cb126dfe1b41b559675a9b571e5e2d277ef.tar.gz
layman-0ad65cb126dfe1b41b559675a9b571e5e2d277ef.tar.bz2
layman-0ad65cb126dfe1b41b559675a9b571e5e2d277ef.zip
fix a typo.
-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"