Skip to content

Commit 4f02f8d

Browse files
committed
Fix misspelled quickly (was quicly)
1 parent bef62e2 commit 4f02f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/api/customer_supplied_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# is a bad idea to store your encryption keys in your source code.
4444
ENCRYPTION_KEY = '4RzDI0TeWa9M/nAvYH05qbCskPaSU/CFV5HeCxk0IUA='
4545

46-
# You can use openssl to quicly calculate the hash of any key.
46+
# You can use openssl to quickly calculate the hash of any key.
4747
# Try running this:
4848
# openssl base64 -d <<< ENCRYPTION_KEY | openssl dgst -sha256 -binary \
4949
# | openssl base64

0 commit comments

Comments
 (0)