diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-10-17 04:35:32 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-10-17 04:35:32 +0000 |
commit | c6fc6976e8e4c5d128f008903a18fe33d21800b0 (patch) | |
tree | dd03e37481b1ba197a78cbaa3d78eb24c1194df8 | |
parent | 9d16e1eda061f02009263ca7c0150b57042d3881 (diff) | |
download | portage-c6fc6976e8e4c5d128f008903a18fe33d21800b0.tar.gz portage-c6fc6976e8e4c5d128f008903a18fe33d21800b0.tar.bz2 portage-c6fc6976e8e4c5d128f008903a18fe33d21800b0.zip |
Add missing "to" to fix grammer.
svn path=/main/trunk/; revision=8161
-rw-r--r-- | pym/portage/dbapi/vartree.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 0636b65e9..e71fc1fae 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1816,7 +1816,8 @@ class dblink(object): " reports that only one package owns a file then do NOT" + \ " file a bug report. A bug report is only useful if it" + \ " identifies at least two or more packages that are known" + \ - " install the same file(s). If a collision occurs and you" + \ + " to install the same file(s)." + \ + " If a collision occurs and you" + \ " can not explain where the file came from then you" + \ " should simply ignore the collision since there is not" + \ " enough information to determine if a real problem" + \ |