Add missing "to" to fix grammar. (trunk r8161)
authorZac Medico <zmedico@gentoo.org>
Wed, 17 Oct 2007 04:36:19 +0000 (04:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 17 Oct 2007 04:36:19 +0000 (04:36 -0000)
svn path=/main/branches/2.1.2/; revision=8162

pym/portage.py

index 92e2a9a76e44b200f683d814988c79d0dface633..702f790ee1906bcaa0c59d7ba86ff6558a37d737 100644 (file)
@@ -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" + \