1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix typo 'begining' to 'beginning'

This commit is contained in:
Poommetee Ketson
2017-09-01 22:54:57 +07:00
parent 6e9e25b41d
commit 69ccae3d99
4 changed files with 4 additions and 4 deletions

View File

@@ -3349,7 +3349,7 @@ Error ShaderLanguage::_parse_shader(const Map<StringName, FunctionInfo> &p_funct
Token tk = _get_token();
if (tk.type != TK_SHADER_TYPE) {
_set_error("Expected 'shader_type' at the begining of shader.");
_set_error("Expected 'shader_type' at the beginning of shader.");
return ERR_PARSE_ERROR;
}