This is an automated email from the ASF dual-hosted git repository.

rahulvats pushed a commit to branch py-client-sync
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 7083d8db7cd5e2086566b35b0467540afd1a910b
Author: Shrividya Hegde <[email protected]>
AuthorDate: Tue Mar 24 02:37:35 2026 -0400

    fix typos and spelling (#64139)
---
 airflow-core/tests/unit/cli/conftest.py           | 2 +-
 providers/amazon/docs/changelog.rst               | 8 ++++----
 providers/amazon/docs/logging/s3-task-handler.rst | 4 ++--
 providers/cncf/kubernetes/docs/changelog.rst      | 2 +-
 providers/cohere/docs/changelog.rst               | 2 +-
 providers/edge3/docs/changelog.rst                | 6 +++---
 providers/google/docs/changelog.rst               | 8 ++++----
 providers/microsoft/azure/docs/changelog.rst      | 2 +-
 providers/openlineage/docs/changelog.rst          | 4 ++--
 9 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/airflow-core/tests/unit/cli/conftest.py 
b/airflow-core/tests/unit/cli/conftest.py
index 9c20c9d7e6a..2967e48cd6c 100644
--- a/airflow-core/tests/unit/cli/conftest.py
+++ b/airflow-core/tests/unit/cli/conftest.py
@@ -66,7 +66,7 @@ def parser():
     return cli_parser.get_parser()
 
 
-# The "*_capture" fixtures all ensure that the `caplog` fixture is loaded so 
that they dont get polluted with
+# The "*_capture" fixtures all ensure that the `caplog` fixture is loaded so 
that they don't get polluted with
 # log messages
 
 
diff --git a/providers/amazon/docs/changelog.rst 
b/providers/amazon/docs/changelog.rst
index 884e6006806..a56eb6ca0cc 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -161,7 +161,7 @@ Bug Fixes
 ~~~~~~~~~
 
 * ``Remove the compatibility shim for log_task_event AwsEcsExecutor and 
AwsBatchExecutor (#60301)``
-* ``Fixed timestamp comparision bug in s3hook _sync_to_local_dir_if_changed 
method (#60299)``
+* ``Fixed timestamp comparison bug in s3hook _sync_to_local_dir_if_changed 
method (#60299)``
 
 Misc
 ~~~~
@@ -1193,7 +1193,7 @@ Bug Fixes
 * ``validate aws service exceptions in waiters (#41941)``
 * ``Fix treatment of "#" in S3Hook.parse_s3_url() (#41796)``
 * ``fix: remove part of openlineage extraction from S3ToRedshiftOperator 
(#41631)``
-* ``filename template arg in providers file task handlers backward 
compitability support (#41633)``
+* ``filename template arg in providers file task handlers backward 
compatibility support (#41633)``
 * ``fix: select_query should have precedence over default query in 
RedshiftToS3Operator (#41634)``
 
 Misc
@@ -2248,7 +2248,7 @@ Misc
    appropriate section above if needed. Do not delete the lines(!):
    * ``Add D400 pydocstyle check (#31742)``
    * ``Add D400 pydocstyle check - Amazon provider only (#31423)``
-   * ``AWS system test example_dynamodb_to_s3: add retry when fecthing the 
export time (#31388)``
+   * ``AWS system test example_dynamodb_to_s3: add retry when fetching the 
export time (#31388)``
    * ``Amazon provider docstring improvements (#31729)``
    * ``Replace spelling directive with spelling:word-list (#31752)``
    * ``Remove aws unused code (#31610)``
@@ -2458,7 +2458,7 @@ Bug Fixes
 Misc
 ~~~~
 
-* ``Impovements for RedshiftDataOperator: better error reporting and an 
ability to return SQL results (#29434)``
+* ``Improvements for RedshiftDataOperator: better error reporting and an 
ability to return SQL results (#29434)``
 * ``Standardize AWS lambda naming (#29749)``
 * ``AWS Glue job hook: Make s3_bucket parameter optional (#29659)``
 * ``'RedshiftDataOperator' replace 'await_result' with 'wait_for_completion' 
(#29633)``
diff --git a/providers/amazon/docs/logging/s3-task-handler.rst 
b/providers/amazon/docs/logging/s3-task-handler.rst
index f0100d70529..577a1d3f38f 100644
--- a/providers/amazon/docs/logging/s3-task-handler.rst
+++ b/providers/amazon/docs/logging/s3-task-handler.rst
@@ -98,7 +98,7 @@ We are  using the existing ``serviceAccount`` hence ``create: 
false`` with exist
       serviceAccount:
         create: false
         name: airflow-sa
-        # Annotations are automatically added by **Step1** to serviceAccount. 
So, you dont need to mention the annotations. We have added this for 
information purpose
+        # Annotations are automatically added by **Step1** to serviceAccount. 
So, you don't need to mention the annotations. We have added this for 
information purpose
         annotations:
           eks.amazonaws.com/role-arn: 
<ENTER_IAM_ROLE_ARN_CREATED_BY_EKSCTL_COMMAND>
 
@@ -106,7 +106,7 @@ We are  using the existing ``serviceAccount`` hence 
``create: false`` with exist
       serviceAccount:
         create: false
         name: airflow-sa
-        # Annotations are automatically added by **Step1** to serviceAccount. 
So, you dont need to mention the annotations. We have added this for 
information purpose
+        # Annotations are automatically added by **Step1** to serviceAccount. 
So, you don't need to mention the annotations. We have added this for 
information purpose
         annotations:
           eks.amazonaws.com/role-arn: 
<ENTER_IAM_ROLE_ARN_CREATED_BY_EKSCTL_COMMAND
 
diff --git a/providers/cncf/kubernetes/docs/changelog.rst 
b/providers/cncf/kubernetes/docs/changelog.rst
index 03353a19155..58f591f4e39 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -464,7 +464,7 @@ Misc
    * ``Make sure all test version imports come from test_common (#52425)``
    * ``Separate out creation of default Connections for tests and non-tests 
(#52129)``
    * ``Remove @pytest.mark.db_test for cncf (#52153)``
-   * ``Remove residual occurences of 'merge_conn' from cncf tests (#52064)``
+   * ``Remove residual occurrences of 'merge_conn' from cncf tests (#52064)``
    * ``Introducing fixture to create 'Connections' without DB in provider 
tests (#51930)``
 
 10.6.0
diff --git a/providers/cohere/docs/changelog.rst 
b/providers/cohere/docs/changelog.rst
index c814133fa98..9a066cb5660 100644
--- a/providers/cohere/docs/changelog.rst
+++ b/providers/cohere/docs/changelog.rst
@@ -131,7 +131,7 @@ Bug Fixes
 Misc
 ~~~~
 
-* ``Clarify why 'EmbedByTypeResponseEmbeddings' return type is ommitted 
(#51517)``
+* ``Clarify why 'EmbedByTypeResponseEmbeddings' return type is omitted 
(#51517)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
diff --git a/providers/edge3/docs/changelog.rst 
b/providers/edge3/docs/changelog.rst
index db23c37380e..87b5ed87728 100644
--- a/providers/edge3/docs/changelog.rst
+++ b/providers/edge3/docs/changelog.rst
@@ -231,7 +231,7 @@ Features
 ~~~~~~~~
 
 * ``Send executor integration info in workload (#57800)``
-* ``Prevent duplicate edge workers unless existing worker is offline or unkown 
(#58586)``
+* ``Prevent duplicate edge workers unless existing worker is offline or 
unknown (#58586)``
 * ``Add multi-select state filter to worker page (#58505)``
 * ``Add queue name filtering to Edge Worker tab (#58416)``
 * ``Add search functionality to Edge Worker tab (#58331)``
@@ -499,7 +499,7 @@ Misc
 * ``Refactor Edge Worker CLI for smaller module (#50738)``
 * ``Bump some provider dependencies for faster resolution (#51727)``
 * ``Edge list worker cli command to list active job metrics (#51720)``
-* ``Extend command column in the edge_job table to accomodate more chars 
(#51716)``
+* ``Extend command column in the edge_job table to accommodate more chars 
(#51716)``
 
 Doc-only
 ~~~~~~~~
@@ -525,7 +525,7 @@ Bug Fixes
 * ``Edge worker maintenance state is remembered if worker crashes (#50338)``
 * ``Fix execution API server URL handling for relative paths (#49782)``
 * ``Make default execution server URL be relative to API Base URL (#49747)``
-* ``Make Edge3 Intergation Test DAG working in 2.10 (#49474)``
+* ``Make Edge3 Integration Test DAG working in 2.10 (#49474)``
 * ``Ensure fab provider is installed when running EdgeExecutor (#49473)``
 
 Misc
diff --git a/providers/google/docs/changelog.rst 
b/providers/google/docs/changelog.rst
index 782205de07e..a1661488d6a 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -1229,7 +1229,7 @@ Bug Fixes
 ~~~~~~~~~
 
 * ``Fix MetastoreHivePartitionSensor failing due to duplicate aliases 
(#45001)``
-* ``Fix failing OpenLineage emition for InsertBigQueryOperator  (#44650)``
+* ``Fix failing OpenLineage emission for InsertBigQueryOperator  (#44650)``
 * ``BigQueryInsertJobOperator: log transient error and check job state before 
marking task as success (#44279)``
 * ``Make 'CloudBatchSubmitJobOperator' fail when job fails (#44425)``
 
@@ -2274,7 +2274,7 @@ Misc
    appropriate section above if needed. Do not delete the lines(!):
    * ``fix google CHANGELOG.rst (#34007)``
    * ``Fix Google 10.7.0 changelog (#33953)``
-   * ``Fix Cloud Worflows system test (#33386)``
+   * ``Fix Cloud Workflows system test (#33386)``
    * ``fix entry in Google provider CHANGELOG.rst (#33890)``
    * ``Generate Python API docs for Google ADS (#33814)``
 
@@ -2294,7 +2294,7 @@ Features
 Bug Fixes
 ~~~~~~~~~
 
-* ``Fix BigQueryCreateExternalTableOperator when using a foramt different to 
CSV (#33540)``
+* ``Fix BigQueryCreateExternalTableOperator when using a format different to 
CSV (#33540)``
 * ``Fix DataplexDataQualityJobStatusSensor and add unit tests (#33440)``
 * ``Avoid importing pandas and numpy in runtime and module level (#33483)``
 
@@ -2473,7 +2473,7 @@ Features
 * ``Add a new param to set parquet row group size in 'BaseSQLToGCSOperator' 
(#31831)``
 * ``Add 'cacheControl' field to google cloud storage (#31338)``
 * ``Add 'preserveAsciiControlCharacters' to 'src_fmt_configs' (#31643)``
-* ``Add support for credential configuation file auth to Google Secrets 
Manager secrets backend (#31597)``
+* ``Add support for credential configuration file auth to Google Secrets 
Manager secrets backend (#31597)``
 * ``Add credential configuration file support to Google Cloud Hook (#31548)``
 * ``Add deferrable mode to 'GCSUploadSessionCompleteSensor' (#31081)``
 * ``Add append_job_name parameter in DataflowStartFlexTemplateOperator 
(#31511)``
diff --git a/providers/microsoft/azure/docs/changelog.rst 
b/providers/microsoft/azure/docs/changelog.rst
index 14fc206ed0f..e26e8175a1a 100644
--- a/providers/microsoft/azure/docs/changelog.rst
+++ b/providers/microsoft/azure/docs/changelog.rst
@@ -724,7 +724,7 @@ Misc
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
-   * ``Revert "refactor: Make sure xcoms work correctly in multi-threaded 
environmen…" (#40300)``
+   * ``Revert "refactor: Make sure xcoms work correctly in multi-threaded 
environment…" (#40300)``
    * ``refactor: Make sure xcoms work correctly in multi-threaded environment 
by taking the map_index into account (#40297)``
 
 10.1.1
diff --git a/providers/openlineage/docs/changelog.rst 
b/providers/openlineage/docs/changelog.rst
index d3421615124..370a8c67994 100644
--- a/providers/openlineage/docs/changelog.rst
+++ b/providers/openlineage/docs/changelog.rst
@@ -598,14 +598,14 @@ Misc
 
 * ``Adding uuid6 as a dependency for openlineage (#46653)``
 * ``Remove AirflowContextDeprecationWarning as all context should be clean for 
Airflow 3 (#46601)``
-* ``Remove Airflow 3 Deprecation Warning dependency in OTel Provoder (#46600)``
+* ``Remove Airflow 3 Deprecation Warning dependency in OTel Provider (#46600)``
 * ``AIP-72: Move Secrets Masker to task SDK (#46375)``
 * ``Add run_after column to DagRun model (#45732)``
 * ``Remove old lineage stuff (#45260)``
 * ``Start porting mapped task to SDK (#45627)``
 * ``chore: Update docstring for DatabaseInfo in OpenLineage provider (#45638)``
 * ``Remove classes from 'typing_compat' that can be imported directly 
(#45589)``
-* ``udpated 404 hyperlink to gcstogcsoperator (#45311)``
+* ``updated 404 hyperlink to gcstogcsoperator (#45311)``
 * ``pass error for on_task_instance_failed in task sdk (#46941)``
 
 .. Below changes are excluded from the changelog. Move them to

Reply via email to