From 4f02f8d0a870885089a9030344c50f2e696fd4fa Mon Sep 17 00:00:00 2001 From: Patrik Lermon Date: Wed, 13 Jul 2016 13:26:08 +0200 Subject: [PATCH] Fix misspelled quickly (was quicly) --- storage/api/customer_supplied_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/api/customer_supplied_keys.py b/storage/api/customer_supplied_keys.py index 5b5551e8daa..ffd9cf46cbb 100644 --- a/storage/api/customer_supplied_keys.py +++ b/storage/api/customer_supplied_keys.py @@ -43,7 +43,7 @@ # is a bad idea to store your encryption keys in your source code. ENCRYPTION_KEY = '4RzDI0TeWa9M/nAvYH05qbCskPaSU/CFV5HeCxk0IUA=' -# You can use openssl to quicly calculate the hash of any key. +# You can use openssl to quickly calculate the hash of any key. # Try running this: # openssl base64 -d <<< ENCRYPTION_KEY | openssl dgst -sha256 -binary \ # | openssl base64