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

@@ -74,7 +74,7 @@ class EditorHistory {
void _add_object(ObjectID p_object, const String &p_property, int p_level_change);
public:
bool is_at_begining() const;
bool is_at_beginning() const;
bool is_at_end() const;
void add_object(ObjectID p_object);