From 20e9854dc7d970344f6b9409ee2e55109a2e9361 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 5 Dec 2010 22:39:02 +0000 Subject: Typo --- paludis/repositories/e/do_pretend_action.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3