summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-17 04:36:19 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-17 04:36:19 +0000
commitf3507fd877136090405a1119ab98503bc4b000e0 (patch)
treed38eebcd797d7303390ef0ff4bad9a5607edfc19 /pym
parent85f82e0932e14d64b4a2ed72742cfa959d4663bc (diff)
downloadportage-f3507fd877136090405a1119ab98503bc4b000e0.tar.gz
portage-f3507fd877136090405a1119ab98503bc4b000e0.tar.bz2
portage-f3507fd877136090405a1119ab98503bc4b000e0.zip
Add missing "to" to fix grammar. (trunk r8161)
svn path=/main/branches/2.1.2/; revision=8162
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 92e2a9a76..702f790ee 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -8077,7 +8077,8 @@ class dblink:
" 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" + \