From 075c85dd48a2806e4ab2c81880af07af8c620bbf Mon Sep 17 00:00:00 2001 From: David Neilsen Date: Wed, 4 Jun 2014 21:25:43 +1200 Subject: [PATCH] Fix typo in src/Composer/Command/ClearCacheCommand.php --- src/Composer/Command/ClearCacheCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/ClearCacheCommand.php b/src/Composer/Command/ClearCacheCommand.php index 5ebfe8fa7..ca229b662 100644 --- a/src/Composer/Command/ClearCacheCommand.php +++ b/src/Composer/Command/ClearCacheCommand.php @@ -32,7 +32,7 @@ class ClearCacheCommand extends Command $this ->setName('clear-cache') ->setAliases(array('clearcache')) - ->setDescription('Clears composer\'s interal package cache.') + ->setDescription('Clears composer\'s internal package cache.') ->setHelp(<<clear-cache deletes all cached packages from composer's cache directory.