Fix a typo in a comment.
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 6bb68d3..e85e0b8 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -2104,7 +2104,7 @@
 						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).