1
0
Fork 0

Merge pull request #909 from missinglink/master

Minor copy change
pull/62/merge
Nils Adermann 2012-07-15 10:22:17 -07:00
commit f12818233d
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,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;