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