From: Zac Medico Date: Wed, 17 Oct 2007 04:35:32 +0000 (-0000) Subject: Add missing "to" to fix grammer. X-Git-Tag: v2.2_pre1~602 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c6fc6976e8e4c5d128f008903a18fe33d21800b0;p=portage.git Add missing "to" to fix grammer. svn path=/main/trunk/; revision=8161 --- 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" + \