diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-02-23 18:19:35 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-02-23 18:19:35 +0100 |
commit | 8d4c5512edbdcdd1063a7e6508f398a5a57981be (patch) | |
tree | e747725f537bb6d4499c1375a328b15a59411e8c /dedup/hashing.py | |
parent | 8ccd5205f77276b333c56efb8271a0ddf11590a0 (diff) | |
download | debian-dedup-8d4c5512edbdcdd1063a7e6508f398a5a57981be.tar.gz |
spell check comments
Diffstat (limited to 'dedup/hashing.py')
-rw-r--r-- | dedup/hashing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dedup/hashing.py b/dedup/hashing.py index 70f6268..a8a46c7 100644 --- a/dedup/hashing.py +++ b/dedup/hashing.py @@ -115,7 +115,7 @@ class DecompressedHash(object): class SuppressingHash(object): """A hash that silences exceptions from the update and hexdigest methods of - a hashlib-like object. If an exception has occured, hexdigest always + a hashlib-like object. If an exception has occurred, hexdigest always returns None.""" def __init__(self, hashobj, exceptions=()): """ |