Add missing "to" to fix grammer.
authorZac Medico <zmedico@gentoo.org>
Wed, 17 Oct 2007 04:35:32 +0000 (04:35 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 17 Oct 2007 04:35:32 +0000 (04:35 -0000)
svn path=/main/trunk/; revision=8161

pym/portage/dbapi/vartree.py

index 0636b65e9aabf3827821311cd02e4ec09fb2a9ef..e71fc1faeb94d7455983d0d583b303b6d02c1ad7 100644 (file)
@@ -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" + \