From 98c50ce7e1519f30e13350cacf3585bc3371d15b Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Tue, 5 Jul 2016 23:07:04 +0300 Subject: [PATCH] Minor comment fix in the shared utility header. --- shared/Base/Utility.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/Base/Utility.hpp b/shared/Base/Utility.hpp index 4ea71c4a..3a5cec32 100644 --- a/shared/Base/Utility.hpp +++ b/shared/Base/Utility.hpp @@ -1400,12 +1400,12 @@ struct StackStrF }; /* ------------------------------------------------------------------------------------------------ - * Netrieve the string representation of a certain type. + * Retrieve the string representation of a certain type. */ CSStr SqTypeName(SQObjectType type); /* ------------------------------------------------------------------------------------------------ - * Netrieve the string representation of a certain type from a value on the stack. + * Retrieve the string representation of a certain type from a value on the stack. */ String SqTypeName(HSQUIRRELVM vm, SQInteger idx);