From: Zac Medico Date: Tue, 23 Dec 2008 09:45:34 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc19~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31ac886e01812d12582b2647ba890897c749fd01;p=portage.git Fix typo. svn path=/main/trunk/; revision=12281 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index c71567f82..1b66cc9b8 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -333,7 +333,7 @@ class binarytree(object): try: os.unlink(dest_path) except OSError: - if os.path.exist(dest_path): + if os.path.exists(dest_path): raise if st is not None: