aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-02-13 19:14:22 +0100
committerraysan5 <raysan5@gmail.com>2016-02-13 19:14:22 +0100
commit0018522031b8b06c447d49273bf288ec5e7a8a63 (patch)
tree105facb03f48fb5c0b93fe47f596cddb9a37137c /src/raylib.h
parent30fafb77db920f165253cbd0c3a9e688fa5b93f3 (diff)
downloadraylib-0018522031b8b06c447d49273bf288ec5e7a8a63.tar.gz
raylib-0018522031b8b06c447d49273bf288ec5e7a8a63.zip
Updated show-logo and start reviewing RPI inputs
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 43819b14..f5a3cc31 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -118,7 +118,7 @@
#define KEY_RIGHT_CONTROL 345
#define KEY_RIGHT_ALT 346
-// Keyboard Alhpa Numeric Keys
+// Keyboard Alpha Numeric Keys
#define KEY_ZERO 48
#define KEY_ONE 49
#define KEY_TWO 50