浏览代码

Merge pull request #377 from aras-p/patch-1

stb_sprintf: seperators -> separators typo in comment
Sean Barrett 8 年之前
父节点
当前提交
0c6bd72ccb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stb_sprintf.h

+ 1 - 1
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: