From 81739d4d8a5c20a0c653bbb1959a9be23e921228 Mon Sep 17 00:00:00 2001 From: Edoardo Sanguineti Date: Thu, 27 May 2021 14:07:28 +0200 Subject: [PATCH] Correct typo in STDInclude --- src/STDInclude.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/STDInclude.hpp b/src/STDInclude.hpp index 3b8ead33..e06ba418 100644 --- a/src/STDInclude.hpp +++ b/src/STDInclude.hpp @@ -56,7 +56,7 @@ template class Sizer { }; #define Offset_Of(x, y, z) BindNum(offsetof(x, y), z) // Submodules -// Ignore the warnings, it's no our code! +// Ignore the warnings, it's not our code! #pragma warning(push) #pragma warning(disable: 4005) #pragma warning(disable: 4091)