From d93b8f6544b914f411032424a062a284bb9d1c30 Mon Sep 17 00:00:00 2001 From: BrokenKeyboard Date: Tue, 9 Feb 2021 13:29:01 -0800 Subject: [PATCH] Fix spelling mistake (#1581) Sorry if this is a bit of a useless pr --- src/rlgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlgl.h b/src/rlgl.h index b982d3950..5b2e95061 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -7,7 +7,7 @@ * * When chosing an OpenGL version greater than OpenGL 1.1, rlgl stores vertex data on internal * VBO buffers (and VAOs if available). It requires calling 3 functions: -* rlglInit() - Initialize internal buffers and auxiliar resources +* rlglInit() - Initialize internal buffers and auxiliary resources * rlglDraw() - Process internal buffers and send required draw calls * rlglClose() - De-initialize internal buffers data and other auxiliar resources *