diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-19 20:59:40 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-19 20:59:40 -0500 |
commit | 9820b99266802a0bbd7236950aa1c143d5287a7b (patch) | |
tree | 65a875cc18f67959addbd17695629f652e98f21c | |
parent | a7fb2c3b3cc9eeea820abfe6579d87617855baef (diff) |
combox/crypto.py: corrected typo in docstring of decrypt_and_glue function.
-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. """ |