You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various typos with codespell
Using 2.2.6.dev180+ge3a2cfbd.
This commit is contained in:
@@ -294,7 +294,7 @@ TEST_CASE("[ShaderPreprocessor] Concatenation sorting network") {
|
||||
CHECK_SHADER_EQ(result, expected);
|
||||
}
|
||||
|
||||
TEST_CASE("[ShaderPreprocessor] Undefined behaviour") {
|
||||
TEST_CASE("[ShaderPreprocessor] Undefined behavior") {
|
||||
// None of these are valid concatenation, nor valid shader code.
|
||||
// Don't care about results, just make sure there's no crash.
|
||||
const String filename("somefile.gdshader");
|
||||
|
||||
Reference in New Issue
Block a user