docs: fix spelling errors (pre-commit)

This commit is contained in:
jo 2022-11-24 01:32:57 +01:00
commit 054a9e54f5
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
91 changed files with 179 additions and 163 deletions

View file

@ -81,7 +81,7 @@ Path to a .env file to load
"""
if env_file:
logger.info("Loading specified env file at %s", env_file)
# we have an explicitely specified env file
# we have an explicitly specified env file
# so we try to load and it fail loudly if it does not exist
env.read_env(env_file)
else:
@ -493,7 +493,7 @@ bucket.
ACLs and bucket policies are distinct concepts, and some storage
providers (ie Linode, Scaleway) will always apply the most restrictive between
a bucket's ACL and policy, meaning a default private ACL will supercede
a bucket's ACL and policy, meaning a default private ACL will supersede
a relaxed bucket policy.
If present, the value should be a valid canned ACL.
@ -1258,7 +1258,7 @@ able to read this directory.
Dont insert a slash at the end of this path.
"""
# When this is set to default=True, we need to reenable migration music/0042
# When this is set to default=True, we need to re-enable migration music/0042
# to ensure data is populated correctly on existing pods
MUSIC_USE_DENORMALIZATION = env.bool("MUSIC_USE_DENORMALIZATION", default=True)