spelling: necessary

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:50 -05:00
parent 939ff11fe4
commit 9891f6608e
4 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ public:
glAttachShader(ID, tessEval);
glLinkProgram(ID);
checkCompileErrors(ID, "PROGRAM");
// delete the shaders as they're linked into our program now and no longer necessery
// delete the shaders as they're linked into our program now and no longer necessary
glDeleteShader(vertex);
glDeleteShader(fragment);
if(geometryPath != nullptr)