From e6e20b43dbc26ee838c45b740f4f47159a2f6b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aras=20Pranckevi=C4=8Dius?= Date: Mon, 5 Dec 2016 14:49:39 +0200 Subject: [PATCH] stb_sprintf: seperators -> separators typo in comment --- stb_sprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_sprintf.h b/stb_sprintf.h index 23de7e4..a75475b 100644 --- a/stb_sprintf.h +++ b/stb_sprintf.h @@ -59,7 +59,7 @@ int stbsp_vsprintfcb( STBSP_SPRINTFCB * callback, void * user, char * buf, char The buffer you pass in must hold at least STB_SPRINTF_MIN characters. // you return the next buffer to use or 0 to stop converting -void stbsp_set_seperators( char comma, char period ) +void stbsp_set_separators( char comma, char period ) Set the comma and period characters to use. FLOATS/DOUBLES: