summaryrefslogtreecommitdiff
path: root/python/filemetadata.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-06-17 15:23:44 -0400
committerJordan Wiens <jordan@psifertex.com>2020-06-17 15:23:44 -0400
commitf9121c18673a58cb9b1820656f82e05b1ac4b7b8 (patch)
tree2572b6f529cc308f98e4c983409a61dd5c92e71f /python/filemetadata.py
parent4eae3900e12e9acc30ed682a0f058abfb3758fa1 (diff)
many spelling fixes
Diffstat (limited to 'python/filemetadata.py')
-rw-r--r--python/filemetadata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/filemetadata.py b/python/filemetadata.py
index 76cbfe98..937686b7 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -280,7 +280,7 @@ class FileMetadata(object):
def undo(self):
"""
- ``undo`` undo the last commited action in the undo database.
+ ``undo`` undo the last committed action in the undo database.
:rtype: None
:Example:
@@ -305,7 +305,7 @@ class FileMetadata(object):
def redo(self):
"""
- ``redo`` redo the last commited action in the undo database.
+ ``redo`` redo the last committed action in the undo database.
:rtype: None
:Example: