diff options
Diffstat (limited to 'macosx/HBOutputRedirect.m')
-rw-r--r-- | macosx/HBOutputRedirect.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBOutputRedirect.m b/macosx/HBOutputRedirect.m index 7c121735d..9aff9eb31 100644 --- a/macosx/HBOutputRedirect.m +++ b/macosx/HBOutputRedirect.m @@ -137,7 +137,7 @@ int stderrwrite(void *inFD, const char *buffer, int size) * Private constructor which should not be called from outside. This is used to * initialize the class at @c stdoutRedirect and @c stderrRedirect. * - * @param aStream Stream that wil be redirected (stdout or stderr). + * @param aStream Stream that will be redirected (stdout or stderr). * @param aSelector Selector that will be called in listeners to redirect the stream. * * @return New HBOutputRedirect object. |