diff options
author | 2010-12-05 22:39:02 +0000 | |
---|---|---|
committer | 2010-12-05 22:39:02 +0000 | |
commit | 20e9854dc7d970344f6b9409ee2e55109a2e9361 (patch) | |
tree | 4499ab568c361267f1cc9694493c0c5684cc57a5 | |
parent | 5a75d2dd6a7edff541be15f33f791af47ff61d40 (diff) | |
download | paludis-20e9854dc7d970344f6b9409ee2e55109a2e9361.tar.gz paludis-20e9854dc7d970344f6b9409ee2e55109a2e9361.tar.xz |
Typo
-rw-r--r-- | paludis/repositories/e/do_pretend_action.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/do_pretend_action.cc b/paludis/repositories/e/do_pretend_action.cc index 3bbd652d6..a22fe1235 100644 --- a/paludis/repositories/e/do_pretend_action.cc +++ b/paludis/repositories/e/do_pretend_action.cc @@ -151,7 +151,7 @@ paludis::erepository::do_pretend_action( { EAPIPhases phases(id->eapi()->supported()->ebuild_phases()->ebuild_bad_options()); if (phases.begin_phases() == phases.end_phases()) - throw InternalError(PALUDIS_HERE, "using myoptions but no ebuild_bad_options phase"); + throw InternalError(PALUDIS_HERE, "using required_use but no ebuild_bad_options phase"); for (EAPIPhases::ConstIterator phase(phases.begin_phases()), phase_end(phases.end_phases()) ; phase != phase_end ; ++phase) |