From: Zac Medico Date: Thu, 14 Dec 2006 01:01:31 +0000 (-0000) Subject: Fix a typo from the previous commit. X-Git-Tag: v2.1.2~303 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ddf5dc409441dc0e776507a1945ad82aa663205;p=portage.git Fix a typo from the previous commit. svn path=/main/trunk/; revision=5288 --- diff --git a/bin/emerge b/bin/emerge index 6d1d1e751..f4925ae66 100755 --- a/bin/emerge +++ b/bin/emerge @@ -870,7 +870,7 @@ class depgraph: msg.append("It may be possible to solve this problem ") msg.append("by using package.mask to prevent one of ") msg.append("those packages from being selected. ") - msg.append("However, it is all so possible that conflicting ") + msg.append("However, it is also possible that conflicting ") msg.append("dependencies exist such that they are impossible to ") msg.append("satisfy simultaneously. If such a conflict exists in ") msg.append("the dependencies of two different packages, then those ")