From d4f552b39377d9bce44e492ef972f5ab1203ef97 Mon Sep 17 00:00:00 2001 From: Lukas Meller Date: Sat, 23 Jan 2016 03:41:03 +0100 Subject: [PATCH] Fixed typo --- stb_leakcheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_leakcheck.h b/stb_leakcheck.h index 7e49fc9..bac4c72 100644 --- a/stb_leakcheck.h +++ b/stb_leakcheck.h @@ -6,7 +6,7 @@ // distribute, and modify this file as you see fit. #ifdef STB_LEAKCHECK_IMPLEMENTATION -#undef STB_LEAKCHECK_IMPLEMENTATION // don't implenment more than once +#undef STB_LEAKCHECK_IMPLEMENTATION // don't implement more than once // if we've already included leakcheck before, undefine the macros #ifdef malloc