Cleanup: spelling (make check_spelling_*)

This commit is contained in:
Campbell Barton
2025-10-07 08:54:24 +11:00
parent 5cd29bc110
commit 01806a62e3
9 changed files with 15 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ void GLStorageBuf::bind(int slot)
void GLStorageBuf::bind_as(GLenum target)
{
BLI_assert_msg(ssbo_id_ != 0,
"Trying to use storage buf as indirect buffer but buffer was never filled.");
"Trying to use storage buffer as indirect buffer but buffer was never filled.");
glBindBuffer(target, ssbo_id_);
}