diff options
-rw-r--r-- | combox/crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/combox/crypto.py b/combox/crypto.py index 466c88f..2d381d0 100644 --- a/combox/crypto.py +++ b/combox/crypto.py @@ -126,7 +126,7 @@ def decrypt_and_glue(fpath, config): Reads encrypted shards, decrypts and glues them. fpath: The path to file that has to be decrypted & glued from the nodes. - config: The dictonary containing the combox configuration information. + config: The dictionary containing the combox configuration information. """ |