1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +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

@@ -141,7 +141,7 @@ ObjectID EditorHistory::get_history_obj(int p_obj) const {
return history[p_obj].path[history[p_obj].level].object;
}
bool EditorHistory::is_at_begining() const {
bool EditorHistory::is_at_beginning() const {
return current <= 0;
}
bool EditorHistory::is_at_end() const {