From 0ef28d6bb5e4e4394601fe6c9432be2d0fca494b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Lech=C3=B3n?= Date: Wed, 1 Apr 2015 10:04:38 +0200 Subject: [PATCH] I like the word 'implementation'. --- stb_voxel_render.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stb_voxel_render.h b/stb_voxel_render.h index b5f160d..f2efc3e 100644 --- a/stb_voxel_render.h +++ b/stb_voxel_render.h @@ -24,7 +24,7 @@ // USAGE // // #define the symbol STB_VOXEL_RENDER_IMPLEMENTATION in *one* -// C/C++ file before the #include of this file; the impleemtnation +// C/C++ file before the #include of this file; the implementation // will be generated in that file. // // If you define the symbols STB_VOXEL_RENDER_STATIC, then the @@ -161,7 +161,7 @@ typedef struct stbvox_mesh_maker stbvox_mesh_maker; typedef struct stbvox_input_description stbvox_input_description; -#ifdef STBVOX_STATIC_IMPLEMENATION +#ifdef STBVOX_STATIC_IMPLEMENTATION #define STBVXDEC static #else #define STBVXDEC extern