diff options
| author | Ray <[email protected]> | 2022-05-07 18:04:34 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-05-07 18:04:34 +0200 |
| commit | df3f64bfd2c103603ae87097d5e8efad0ed54181 (patch) | |
| tree | 4e57a5ecfcbfc4634177a3d3f322a1f3b953dc05 /src/rtextures.c | |
| parent | aa318674e8e790eda7deefc021bb8e4c6877d59d (diff) | |
| download | raylib-df3f64bfd2c103603ae87097d5e8efad0ed54181.tar.gz raylib-df3f64bfd2c103603ae87097d5e8efad0ed54181.zip | |
Corrected typo
Diffstat (limited to 'src/rtextures.c')
| -rw-r--r-- | src/rtextures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtextures.c b/src/rtextures.c index 990475fb..d10fc8a8 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -37,7 +37,7 @@ * DEPENDENCIES: * stb_image - Multiple image formats loading (JPEG, PNG, BMP, TGA, PSD, GIF, PIC) * NOTE: stb_image has been slightly modified to support Android platform. -* stb_image_resize - Multiple image resize algorythms +* stb_image_resize - Multiple image resize algorithms * * * LICENSE: zlib/libpng |
