Skip to content

Commit

Permalink
Fix comment typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Oct 9, 2017
1 parent 82629f3 commit a2a4ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Preflight/Preflight.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function remapArguments()
}

/**
* Removal table for arguments. Anythign found here will be silently
* Removal table for arguments. Anything found here will be silently
* removed. The option value is ignored; ergo, both --strict and
* --strict=0 will be removed; however, --stricter will not be removed.
*/
Expand Down Expand Up @@ -184,7 +184,7 @@ public function run($argv)
}

/**
* TODO: Factor this part of the prefligt out to a 'runtime' component.
* TODO: Factor this part of the preflight out to a 'runtime' component.
* Bring along those classes that are not used until after the DI container
* is set up:
* - LessStrictArgvInput
Expand Down

0 comments on commit a2a4ebd

Please sign in to comment.