Skip to content

Commit

Permalink
docs: fix simple typo, slighty -> slightly (#60)
Browse files Browse the repository at this point in the history
There is a small typo in src/sh_image.c.

Should read `slightly` rather than `slighty`.
  • Loading branch information
timgates42 authored Dec 10, 2020
1 parent a67b92d commit 759ff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sh_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ STBIDEF unsigned char *stbi__xload_main(stbi__context *s, int *x, int *y, int *f
return result;
}

// stbi_xload was written by urraka and slighty modified by me (posva) to make
// stbi_xload was written by urraka and slightly modified by me (posva) to make
// it have a channels argument. Thanks to urraka for his help with this :)
STBIDEF unsigned char *stbi_xload(char const *filename, int *x, int *y, int *frames, int *channels)
{
Expand Down

0 comments on commit 759ff22

Please sign in to comment.