Fix a typo in a comment. v2.2.0_alpha48
authorZac Medico <zmedico@gentoo.org>
Fri, 29 Jul 2011 07:22:19 +0000 (00:22 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 29 Jul 2011 07:22:19 +0000 (00:22 -0700)
pym/portage/dbapi/vartree.py

index 6bb68d3446b6c06a0fed51aba73365d088e3b28f..e85e0b85acc4254eea7a9e6687b193397648c837 100644 (file)
@@ -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).