Rename createSingeColorImage -> createSingleColorImage

This commit is contained in:
Alexander Bock
2021-03-22 23:17:42 +01:00
parent c7f77e3286
commit dfc42e9467
5 changed files with 15 additions and 15 deletions

View File

@@ -144,7 +144,7 @@ private:
// Lua functions - exposed for testing
namespace openspace::luascriptfunctions {
int createSingeColorImage(lua_State* L);
int createSingleColorImage(lua_State* L);
} // openspace::luascriptfunctions