Skip to content

Commit ef05d74

Browse files
klerJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Fix misspelled quickly (was quicly) (GoogleCloudPlatform#416)
1 parent c42fb66 commit ef05d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/api/customer_supplied_keys.py

+1-1
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)