fix typos [ci skip]

This commit is contained in:
TomasVotruba 2018-02-23 18:22:42 +01:00
parent 411375fa15
commit cafe7ffd79

View File

@ -17,6 +17,6 @@ foreach ($possibleAutoloadPaths as $possibleAutoloadPath) {
}
die(sprintf(
'Composer autoload.php was not found in paths "%s". Have you run "composer update"?',
'Composer autoload.php was not found in paths "%s". Have you ran "composer update"?',
implode('", "', $possibleAutoloadPaths)
));