From: Zac Medico Date: Fri, 29 Jul 2011 07:22:19 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.2.0_alpha48 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bca981ba89773059498c44e68896785160b010a4;p=portage.git Fix a typo in a comment. --- 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).