소스 검색

Merge branch 'master' of https://github.com/nothings/stb

Sean Barrett 8 년 전
부모
커밋
bec0b26d1e
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: