1
0
Fork 0

Copy change

pull/909/head
Peter Johnson 2012-07-15 05:06:44 +01:00
parent 28941f169b
commit 2f26d2a749
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class Installer
try {
$operations = $solver->solve($request);
} catch (SolverProblemsException $e) {
$this->io->write('<error>Your requirements could not be solved to an installable set of packages.</error>');
$this->io->write('<error>Your requirements could not be resolved to an installable set of packages.</error>');
$this->io->write($e->getMessage());
return false;