From 69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Fri, 1 Sep 2017 22:54:57 +0700 Subject: Fix typo 'begining' to 'beginning' --- editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_node.cpp') diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 8575cd164..e39895e4d 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1373,7 +1373,7 @@ void EditorNode::_edit_current() { uint32_t current = editor_history.get_current(); Object *current_obj = current > 0 ? ObjectDB::get_instance(current) : NULL; - property_back->set_disabled(editor_history.is_at_begining()); + property_back->set_disabled(editor_history.is_at_beginning()); property_forward->set_disabled(editor_history.is_at_end()); this->current = current_obj; -- cgit v1.2.3-70-g09d2