changeset 59:5a45c5c0a516

Typofix in error message.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Dec 2019 17:51:33 +0200
parents 801d4c5c0f23
children f645e38e3157
files gldragon.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gldragon.cpp	Mon Dec 09 12:09:04 2019 +0200
+++ b/gldragon.cpp	Thu Dec 12 17:51:33 2019 +0200
@@ -380,7 +380,7 @@
         {
             char *buf = new char[bufLen];
             glGetShaderInfoLog(shader, bufLen, NULL, buf);
-            dmError("Shader compliation error:\n%s\n",
+            dmError("Shader compilation error:\n%s\n",
                 buf);
             delete buf;
         }