Skip to content

Commit 3945ca8

Browse files
committed
fixed various typos
1 parent 15031c5 commit 3945ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Helper/DialogHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public function getName()
401401
}
402402

403403
/**
404-
* Return a valid unix shell
404+
* Return a valid Unix shell
405405
*
406406
* @return string|Boolean The valid shell name, false in case no valid shell is found
407407
*/

Output/StreamOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected function doWrite($message, $newline)
8989
*
9090
* Colorization is disabled if not supported by the stream:
9191
*
92-
* - windows without ansicon and ConEmu
92+
* - Windows without Ansicon and ConEmu
9393
* - non tty consoles
9494
*
9595
* @return Boolean true if the stream supports colorization, false otherwise

0 commit comments

Comments
 (0)