diff options
| author | Ray <[email protected]> | 2021-11-01 23:06:26 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-11-01 23:06:26 +0100 |
| commit | e930ad3102757b28b84396272ac239acd2c88f85 (patch) | |
| tree | 76b948011d6de29705c49ab24f1e2e1c4db06134 /src/raylib.h | |
| parent | 2fe488a71c02ad0b76e85848e40b423f7240d736 (diff) | |
| download | raylib-e930ad3102757b28b84396272ac239acd2c88f85.tar.gz raylib-e930ad3102757b28b84396272ac239acd2c88f85.zip | |
Reviewed spelling mistake
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 6a9170be..e5453de7 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -36,7 +36,7 @@ * [rcore] sinfl (Micha Mettke) for DEFLATE decompression algorythm * [rcore] sdefl (Micha Mettke) for DEFLATE compression algorythm * [rtextures] stb_image (Sean Barret) for images loading (BMP, TGA, PNG, JPEG, HDR...) -* [rtextures] stb_image_write (Sean Barret) for image writting (BMP, TGA, PNG, JPG) +* [rtextures] stb_image_write (Sean Barret) for image writing (BMP, TGA, PNG, JPG) * [rtextures] stb_image_resize (Sean Barret) for image resizing algorithms * [rtext] stb_truetype (Sean Barret) for ttf fonts loading * [rtext] stb_rect_pack (Sean Barret) for rectangles packing |
