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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0620aaa  Fix spelling (#11401)
0620aaa is described below

commit 0620aaa0f806b340c7cb157103acc3db8b8b5b65
Author: John Bampton <[email protected]>
AuthorDate: Sun Oct 11 02:47:10 2020 +1000

    Fix spelling (#11401)
---
 tests/test_utils/operators/postgres_local_executor.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_utils/operators/postgres_local_executor.cfg 
b/tests/test_utils/operators/postgres_local_executor.cfg
index 45e9ef8..379c9b6 100644
--- a/tests/test_utils/operators/postgres_local_executor.cfg
+++ b/tests/test_utils/operators/postgres_local_executor.cfg
@@ -21,7 +21,7 @@
 # the executor to be LocalExecutor and switch to using Postgres as the database
 # Some system tests require LocalExecutor to be used because of parallelism 
required
 # One example is test_bigtable_system.py in which sensor
-# Has to be run in parallell with a task to create BigTable table
+# Has to be run in parallel with a task to create BigTable table
 [core]
 executor = LocalExecutor
 sql_alchemy_conn = postgresql:///airflow/airflow.db

Reply via email to