fixing merge issues for comment tweaks

This commit is contained in:
Dayle Rees
2012-07-31 16:55:02 +01:00
21 changed files with 65 additions and 74 deletions

View File

@@ -100,7 +100,7 @@ class Command {
* // Resolve an instance of a task
* $task = Command::resolve('application', 'migrate');
*
* // Resolve an instance of a task wtihin a bundle
* // Resolve an instance of a task within a bundle
* $task = Command::resolve('bundle', 'foo');
* </code>
*