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);