From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E825138010 for ; Sun, 7 Oct 2012 23:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 999D4E0458; Sun, 7 Oct 2012 23:40:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 04680E04BA for ; Sun, 7 Oct 2012 23:40:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 321B833C246 for ; Sun, 7 Oct 2012 23:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CFA4FE543E for ; Sun, 7 Oct 2012 23:40:01 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1349641125.0ad65cb126dfe1b41b559675a9b571e5e2d277ef.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/db.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 0ad65cb126dfe1b41b559675a9b571e5e2d277ef X-VCS-Branch: master Date: Sun, 7 Oct 2012 23:40:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e18bc9e7-edd4-49c4-9368-b8b6a7d46f11 X-Archives-Hash: 96fd87dcfdf0e67fef7a105c6bcd1b3a commit: 0ad65cb126dfe1b41b559675a9b571e5e2d277ef Author: Brian Dolbec gentoo org> AuthorDate: Sun Oct 7 20:18:45 2012 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Oct 7 20:18:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=0ad65cb1 fix a typo. --- layman/db.py | 2 +- 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"