From 759ff22a85bad22cbfc17e9c06ee92bad6fe1a4d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 11 Dec 2020 09:19:39 +1100 Subject: [PATCH] docs: fix simple typo, slighty -> slightly (#60) There is a small typo in src/sh_image.c. Should read `slightly` rather than `slighty`. --- src/sh_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sh_image.c b/src/sh_image.c index 525478b..05824c2 100644 --- a/src/sh_image.c +++ b/src/sh_image.c @@ -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) {