From eb17d8a6dd32a7b6ce8f345c75505df423be071a Mon Sep 17 00:00:00 2001 From: John Tullos Date: Mon, 1 Jan 2018 18:56:36 -0600 Subject: [PATCH] Fixed grammar, spelling issues in comments --- stb_image_write.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stb_image_write.h b/stb_image_write.h index b977440..2e644cf 100644 --- a/stb_image_write.h +++ b/stb_image_write.h @@ -10,8 +10,8 @@ Will probably not work correctly with strict-aliasing optimizations. - If using a modern Microsoft Compiler non-safe versions of CRT calls may cause - compilation warnings or even errors. To avoid this, aldo before #including, + If using a modern Microsoft Compiler, non-safe versions of CRT calls may cause + compilation warnings or even errors. To avoid this, also before #including, #define STBI_MSC_SECURE_CRT