Procházet zdrojové kódy

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

David Neilsen před 11 roky
rodič
revize
075c85dd48
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.