1
0
Fork 0

Merge pull request #3498 from shieldo/patch-1

fix typo
pull/3503/head
Jordi Boggiano 2014-12-03 14:08:45 +00:00
commit 7fcd9752b4
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ EOT
$latest = trim($this->rfs->getContents('getcomposer.org', $protocol . '://getcomposer.org/version', false));
if (Composer::VERSION !== $latest && Composer::VERSION !== '@package_version@') {
return '<warning>Your are not running the latest version</warning>';
return '<warning>You are not running the latest version</warning>';
}
return true;