diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-12-14 01:01:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-12-14 01:01:31 +0000 |
commit | 3ddf5dc409441dc0e776507a1945ad82aa663205 (patch) | |
tree | a1e73f63c7145f66c0ac401f0d63f5ac2ae0c384 | |
parent | 9b75dce1ecc29e0100486826987585a11a851547 (diff) | |
download | portage-3ddf5dc409441dc0e776507a1945ad82aa663205.tar.gz portage-3ddf5dc409441dc0e776507a1945ad82aa663205.tar.bz2 portage-3ddf5dc409441dc0e776507a1945ad82aa663205.zip |
Fix a typo from the previous commit.
svn path=/main/trunk/; revision=5288
-rwxr-xr-x | bin/emerge | 2 |
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 ") |