From b10c832be0d51dfc979e8a1f88151c81e8b3fa98 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Sun, 28 Oct 2012 09:57:42 +0100 Subject: [PATCH] fixed a typo --- src/Composer/Repository/ComposerRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Repository/ComposerRepository.php b/src/Composer/Repository/ComposerRepository.php index 108ec3c46..535bce909 100644 --- a/src/Composer/Repository/ComposerRepository.php +++ b/src/Composer/Repository/ComposerRepository.php @@ -450,7 +450,7 @@ class ComposerRepository extends ArrayRepository implements NotifiableRepository } // TODO throw SecurityException and abort once we are sure this can not happen accidentally - $this->io->write('The contents of '.$filename.' do not match its signature, this is most likely due to a temporary glitch but could indicate a man-in-the-middle attack. Try running composer again and if please report it if it persists.'); + $this->io->write('The contents of '.$filename.' do not match its signature, this is most likely due to a temporary glitch but could indicate a man-in-the-middle attack. Try running composer again and please report it if it still persists.'); } $this->cache->write($cacheKey, $encoded);