Browse Source

Fix typo.

dereuromark 8 years ago
parent
commit
048b556d2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/CommandScanner.php

+ 1 - 1
src/Console/CommandScanner.php

@@ -21,7 +21,7 @@ use Cake\Filesystem\Folder;
 use Cake\Utility\Inflector;
 
 /**
- * Used by CommanCollection and CommandTask to scan the filesystem
+ * Used by CommandCollection and CommandTask to scan the filesystem
  * for command classes.
  *
  * @internal