You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix spelling & grammar in comments, docs, and messages
This commit is contained in:
@@ -135,7 +135,7 @@ Error RDShaderFile::parse_versions_from_text(const String &p_text, const String
|
||||
//process include
|
||||
String include = line.replace("#include", "").strip_edges();
|
||||
if (!include.begins_with("\"") || !include.ends_with("\"")) {
|
||||
base_error = "Malformed #include syntax, expected #include \"<path>\", found instad: " + include;
|
||||
base_error = "Malformed #include syntax, expected #include \"<path>\", found instead: " + include;
|
||||
break;
|
||||
}
|
||||
include = include.substr(1, include.length() - 2).strip_edges();
|
||||
|
||||
Reference in New Issue
Block a user