diff --git a/module/Core/Common.hpp b/module/Core/Common.hpp index 0f2b5883..ed7d5fa2 100644 --- a/module/Core/Common.hpp +++ b/module/Core/Common.hpp @@ -171,7 +171,7 @@ void OutputMessage(const char * msg, ...); void OutputError(const char * msg, ...); /* ------------------------------------------------------------------------------------------------ - * Generate a formatted string and throw it as a sqrat exception. + * Generate a formatted string and throw it as a Sqrat exception. */ template < class... Args > void SqThrowF(Args &&... args) {