From 9820b99266802a0bbd7236950aa1c143d5287a7b Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Thu, 19 Feb 2015 20:59:40 -0500 Subject: combox/crypto.py: corrected typo in docstring of decrypt_and_glue function. --- combox/crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.3