summaryrefslogtreecommitdiff
path: root/taskflow/persistence
diff options
context:
space:
mode:
authorPablo Iranzo Gómez <Pablo.Iranzo@gmail.com>2016-06-30 16:28:54 +0200
committerPablo Iranzo Gómez <Pablo.Iranzo@gmail.com>2016-06-30 17:44:49 +0200
commit74221942ef29f75a6bacf461e95df88c792136f5 (patch)
treec7bb276470e245cdf0dcd9f62b58eaa661b45775 /taskflow/persistence
parent21aa37553260b8a6a688657957612bc056b24e2b (diff)
downloadtaskflow-74221942ef29f75a6bacf461e95df88c792136f5.tar.gz
Fix some misspellings in the function name and descriptions
Change-Id: I7e3451feb94b1f25b00c5e7b197bb6b527548306
Diffstat (limited to 'taskflow/persistence')
-rw-r--r--taskflow/persistence/backends/impl_memory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/persistence/backends/impl_memory.py b/taskflow/persistence/backends/impl_memory.py
index 1be48bb..3b6f10c 100644
--- a/taskflow/persistence/backends/impl_memory.py
+++ b/taskflow/persistence/backends/impl_memory.py
@@ -52,7 +52,7 @@ class FakeFilesystem(object):
:meth:`~taskflow.persistence.backends.impl_memory.FakeFilesystem.get`
or other read-only actions (like calling into
:meth:`~taskflow.persistence.backends.impl_memory.FakeFilesystem.ls`)
- are occuring at the same time.
+ are occurring at the same time.
Example usage: