From edb06a6c4d6b7c17e225fdacaf30f17cae8b92d2 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sun, 14 Oct 2018 09:43:06 +0300 Subject: [PATCH] Fixed typo in misc/README.txt (#2131) --- misc/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/README.txt b/misc/README.txt index 70f835cf3..4bd274521 100644 --- a/misc/README.txt +++ b/misc/README.txt @@ -12,7 +12,7 @@ misc/freetype/ Font atlas builder/rasterizer using FreeType instead of stb_truetype. Benefit from better FreeType rasterization, in particular for small fonts. -misc/natnis/ +misc/natvis/ Natvis file to describe dear imgui types in the Visual Studio debugger. With this, types like ImVector<> will be displayed nicely in the debugger. You can include this file a Visual Studio project file, or install it in Visual Studio folder.