Merge branch 'misc-typos' of https://github.com/luzpaz/stb into working

This commit is contained in:
Sean Barrett
2019-02-07 05:00:12 -08:00
12 changed files with 33 additions and 33 deletions

View File

@ -1492,7 +1492,7 @@ int main(int argc, char **argv)
}
// the hardcoded compressed lengths being verified _could_
// change if you changed the compresser parameters; but pure
// change if you changed the compressor parameters; but pure
// performance optimizations shouldn't change them
p = stb_file("data/cantrbry.zip", &len2);
if (p) {