summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-14 01:01:31 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-14 01:01:31 +0000
commit3ddf5dc409441dc0e776507a1945ad82aa663205 (patch)
treea1e73f63c7145f66c0ac401f0d63f5ac2ae0c384 /bin
parent9b75dce1ecc29e0100486826987585a11a851547 (diff)
downloadportage-3ddf5dc409441dc0e776507a1945ad82aa663205.tar.gz
portage-3ddf5dc409441dc0e776507a1945ad82aa663205.tar.bz2
portage-3ddf5dc409441dc0e776507a1945ad82aa663205.zip
Fix a typo from the previous commit.
svn path=/main/trunk/; revision=5288
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
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 ")