Преглед изворни кода

Fix typo in src/Composer/Command/ClearCacheCommand.php

David Neilsen пре 11 година
родитељ
комит
075c85dd48
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Composer/Command/ClearCacheCommand.php

+ 1 - 1
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(<<<EOT
 The <info>clear-cache</info> deletes all cached packages from composer's
 cache directory.