From 7655c1cb98e026570c7e0f678eebc5d875aa66fd Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 18 Aug 2021 21:37:55 +0300 Subject: [PATCH] Update Common.hpp --- module/Core/Common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {