Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/
Date: Fri, 29 Jul 2011 07:22:48
Message-Id: bca981ba89773059498c44e68896785160b010a4.zmedico@gentoo
1 commit: bca981ba89773059498c44e68896785160b010a4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 07:22:19 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 07:22:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=bca981ba
7
8 Fix a typo in a comment.
9
10 ---
11 pym/portage/dbapi/vartree.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
15 index 6bb68d3..e85e0b8 100644
16 --- a/pym/portage/dbapi/vartree.py
17 +++ b/pym/portage/dbapi/vartree.py
18 @@ -2104,7 +2104,7 @@ class dblink(object):
19 show_unmerge("---", unmerge_desc["!sym"], file_type, obj)
20 continue
21
22 - # If this symlink points to a direcory then we don't want
23 + # If this symlink points to a directory then we don't want
24 # to unmerge it if there are any other packages that
25 # installed files into the directory via this symlink
26 # (see bug #326685).