summaryrefslogtreecommitdiffstats
path: root/combox/crypto.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-02-19 20:59:40 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-02-19 20:59:40 -0500
commit9820b99266802a0bbd7236950aa1c143d5287a7b (patch)
tree65a875cc18f67959addbd17695629f652e98f21c /combox/crypto.py
parenta7fb2c3b3cc9eeea820abfe6579d87617855baef (diff)
combox/crypto.py: corrected typo in docstring of decrypt_and_glue function.
Diffstat (limited to 'combox/crypto.py')
-rw-r--r--combox/crypto.py2
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.
"""