summaryrefslogtreecommitdiff
path: root/obnamlib/whole_file_checksummer.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/whole_file_checksummer.py')
-rw-r--r--obnamlib/whole_file_checksummer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/whole_file_checksummer.py b/obnamlib/whole_file_checksummer.py
index 78c6d06b..6c4aa5df 100644
--- a/obnamlib/whole_file_checksummer.py
+++ b/obnamlib/whole_file_checksummer.py
@@ -29,7 +29,7 @@ class WholeFileCheckSummer(object):
in the file. For everything else, compute the checksum from (size,
checksum) pairs for all the chunks in the file. This convoluted
thing is because the latter is necessary for speed, and the former
- is necessary for backwards compatibilty.
+ is necessary for backwards compatibility.
'''