diff options
Diffstat (limited to 'src')
| -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 |
