From 7912fac815c7bbebf55e1dea8c2484ef2f9b9db2 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 26 Feb 2020 23:19:29 +0100 Subject: [PATCH] Correct typo --- examples/others/rlgl_standalone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c index 25490525f..8f2e2b467 100644 --- a/examples/others/rlgl_standalone.c +++ b/examples/others/rlgl_standalone.c @@ -54,7 +54,7 @@ #include // Windows/Context and inputs management -#inclde // Requried for: printf() +#include // Required for: printf() #define RED (Color){ 230, 41, 55, 255 } // Red #define RAYWHITE (Color){ 245, 245, 245, 255 } // My own White (raylib logo)