From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:43:27 +0000 (+0100) Subject: examples: typos found by codespell X-Git-Tag: v17.1.0~189^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bb36215e0ef997ed6e7cafcefeaf81a3ff697fd;p=ceph-ci.git examples: typos found by codespell Signed-off-by: Dimitri Papadopoulos --- diff --git a/examples/boto3/delete_notification.py b/examples/boto3/delete_notification.py index ca5958e52ec..e520c9f53a9 100755 --- a/examples/boto3/delete_notification.py +++ b/examples/boto3/delete_notification.py @@ -26,7 +26,7 @@ client = boto3.client('s3', aws_access_key_id=access_key, aws_secret_access_key=secret_key) -# deleting a specific notification congifuration from a bucket (when NotificationId is provided) or +# deleting a specific notification configuration from a bucket (when NotificationId is provided) or # deleting all notification configurations on a bucket (without deleting the bucket itself) are extension to AWS S3 API if notification_name == "": diff --git a/examples/boto3/list_unordered.py b/examples/boto3/list_unordered.py index 2aa5a8e0608..97905131969 100755 --- a/examples/boto3/list_unordered.py +++ b/examples/boto3/list_unordered.py @@ -20,6 +20,6 @@ client = boto3.client('s3', aws_access_key_id=access_key, aws_secret_access_key=secret_key) -# geting an unordered list of objets is an extension to AWS S3 API +# getting an unordered list of objects is an extension to AWS S3 API print(client.list_objects(Bucket=bucketname, AllowUnordered=True)) diff --git a/examples/rgw-cache/nginx-default.conf b/examples/rgw-cache/nginx-default.conf index ddde7053946..c22d155312d 100644 --- a/examples/rgw-cache/nginx-default.conf +++ b/examples/rgw-cache/nginx-default.conf @@ -83,7 +83,7 @@ server { proxy_cache_revalidate on; # Lock the cache so that only one request can populate it at a time proxy_cache_lock on; - # prevent convertion of head requests to get requests + # prevent conversion of head requests to get requests proxy_cache_convert_head off; # Listing all buckets should not be cached if ($request_uri = "/") { diff --git a/examples/rgw-cache/nginx-noprefetch.conf b/examples/rgw-cache/nginx-noprefetch.conf index 03e0ebc4a6d..02294415a04 100644 --- a/examples/rgw-cache/nginx-noprefetch.conf +++ b/examples/rgw-cache/nginx-noprefetch.conf @@ -80,7 +80,7 @@ server { proxy_cache_revalidate on; # Lock the cache so that only one request can populate it at a time proxy_cache_lock on; - # prevent convertion of head requests to get requests + # prevent conversion of head requests to get requests proxy_cache_convert_head off; # Listing all buckets should not be cached if ($request_uri = "/") { diff --git a/examples/rgw-cache/nginx-slicing.conf b/examples/rgw-cache/nginx-slicing.conf index d3c8f623b47..3de4c67fcf0 100644 --- a/examples/rgw-cache/nginx-slicing.conf +++ b/examples/rgw-cache/nginx-slicing.conf @@ -85,7 +85,7 @@ server { proxy_cache_revalidate on; # Lock the cache so that only one request can populate it at a time proxy_cache_lock on; - # prevent convertion of head requests to get requests + # prevent conversion of head requests to get requests proxy_cache_convert_head off; # Listing all buckets should not be cached if ($request_uri = "/") {