Fix typo (s/proedural/procedural)

This commit is contained in:
Ahmad Fatoum
2018-07-29 13:03:08 +02:00
parent 6905a875ed
commit 548dbeb1ca
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
* If not defined only three image editing functions supported: ImageFormat(), ImageAlphaMask(), ImageToPOT()
*
* #define SUPPORT_IMAGE_GENERATION
* Support proedural image generation functionality (gradient, spot, perlin-noise, cellular)
* Support procedural image generation functionality (gradient, spot, perlin-noise, cellular)
*
* DEPENDENCIES:
* stb_image - Multiple image formats loading (JPEG, PNG, BMP, TGA, PSD, GIF, PIC)