diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-30 01:33:45 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-30 01:33:45 +0200 |
commit | cec9fed1f409c193bebf50b97e0b68ce48d4df9a (patch) | |
tree | 9b42ce9eb820f48357161e6fd2763b700328d475 | |
parent | 735ae278f333a3057c6afbd1e1b6a36cae340c62 (diff) | |
download | biboumi-cec9fed1f409c193bebf50b97e0b68ce48d4df9a.tar.gz biboumi-cec9fed1f409c193bebf50b97e0b68ce48d4df9a.tar.bz2 biboumi-cec9fed1f409c193bebf50b97e0b68ce48d4df9a.tar.xz biboumi-cec9fed1f409c193bebf50b97e0b68ce48d4df9a.zip |
Fix a typo
-rw-r--r-- | src/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |