Trivial comment spelling correction (from PR #640).

This commit is contained in:
Wedge009 2016-04-01 23:09:29 +11:00
parent cc115b9d0e
commit 59a8682b89

View File

@ -62,7 +62,7 @@ namespace lg {
* Helper class to redirect the output of the logger in a certain scope.
*
* The main usage of the redirection is for the unit tests to validate the
* ourput on the logger with the expected output.
* output on the logger with the expected output.
*/
class tredirect_output_setter
{