1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fixed typos

This commit is contained in:
Pascal Borreli 2013-12-27 11:36:18 +00:00
parent 6ead35f189
commit 2f4df9d459
8 changed files with 16 additions and 11 deletions

View file

@ -25,7 +25,7 @@ class BasePackageTest extends \PHPUnit_Framework_TestCase
try {
$package->setRepository($repository);
} catch (\Exception $e) {
$this->fail('Set againt the same repository is allowed.');
$this->fail('Set against the same repository is allowed.');
}
}