From cec9fed1f409c193bebf50b97e0b68ce48d4df9a Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 30 Jun 2014 01:33:45 +0200 Subject: Fix a typo --- src/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test.cpp b/src/test.cpp index 85f1bad..1b7a873 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -58,7 +58,7 @@ int main() std::cout << color << "Testing logging…" << reset << std::endl; log_debug("If you see this, the test FAILED."); log_info("If you see this, the test FAILED."); - log_warning("You wust see this message. And the next one too."); + log_warning("You must see this message. And the next one too."); log_error("It’s not an error, don’t worry, the test passed."); -- cgit v1.2.3