summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-07-29 13:03:08 +0200
committerAhmad Fatoum <[email protected]>2018-07-29 13:04:16 +0200
commit548dbeb1ca1e62a4893bb7041228915a97cd5b0e (patch)
tree7cf305beb0f4c3e5a1212a94e4dc796d3d88d614 /src/textures.c
parent6905a875eda7e1ac85b768f5aa4e07dc92537bdb (diff)
downloadraylib-548dbeb1ca1e62a4893bb7041228915a97cd5b0e.tar.gz
raylib-548dbeb1ca1e62a4893bb7041228915a97cd5b0e.zip
Fix typo (s/proedural/procedural)
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 94498c3c..3530e115 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -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)