From bbbdc1e811bc55061978615724affaab97919d3a Mon Sep 17 00:00:00 2001 From: Fabian Giesen Date: Sat, 23 Feb 2019 05:25:47 -0800 Subject: [PATCH] stb_image: Fix typo in comment. Fixes issue #705. --- stb_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_image.h b/stb_image.h index 5a6c863..f58ee52 100644 --- a/stb_image.h +++ b/stb_image.h @@ -168,7 +168,7 @@ RECENT REVISION HISTORY: // If compiling for Windows and you wish to use Unicode filenames, compile // with // #define STBI_WINDOWS_UTF8 -// and pass utf8-encoded filenames. Call stbiw_convert_wchar_to_utf8 to convert +// and pass utf8-encoded filenames. Call stbi_convert_wchar_to_utf8 to convert // Windows wchar_t filenames to utf8. // // ===========================================================================