summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-29 00:22:19 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-29 00:22:19 -0700
commitbca981ba89773059498c44e68896785160b010a4 (patch)
tree8bf96df926b86fbf9dfd35fd3c943755ec78a2fa
parent4bb08136f073024c5d31dceb1618b6f4e7246369 (diff)
downloadportage-bca981ba89773059498c44e68896785160b010a4.tar.gz
portage-bca981ba89773059498c44e68896785160b010a4.tar.bz2
portage-bca981ba89773059498c44e68896785160b010a4.zip
Fix a typo in a comment.v2.2.0_alpha48
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 6bb68d344..e85e0b85a 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -2104,7 +2104,7 @@ class dblink(object):
show_unmerge("---", unmerge_desc["!sym"], file_type, obj)
continue
- # If this symlink points to a direcory then we don't want
+ # If this symlink points to a directory then we don't want
# to unmerge it if there are any other packages that
# installed files into the directory via this symlink
# (see bug #326685).