summaryrefslogtreecommitdiff
path: root/framework/backends/abstract.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/backends/abstract.py')
-rw-r--r--framework/backends/abstract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/backends/abstract.py b/framework/backends/abstract.py
index 13a7b6707..85abfa52d 100644
--- a/framework/backends/abstract.py
+++ b/framework/backends/abstract.py
@@ -199,7 +199,7 @@ class FileBackend(Backend):
When this context manager is opened it will first write a placeholder
file with the status incomplete.
- When it is called to write the finall result it will create a temporary
+ When it is called to write the final result it will create a temporary
file, write to that file, then move that file over the original,
incomplete status file. This helps to make the operation atomic, as
long as the filesystem continues running and the result was valid in