You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by sa...@apache.org on 2016/09/16 16:45:36 UTC

incubator-airflow git commit: [AIRFLOW-512] Fix 'bellow' typo in docs & comments

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 0e3ed447b -> ff45d8f22


[AIRFLOW-512] Fix 'bellow' typo in docs & comments

Dear Airflow Maintainers,

Please accept this PR that addresses the following
issues:
-
https://issues.apache.org/jira/browse/AIRFLOW-512

Testing Done:
- N/A, but ran core tests: `./run_unit_tests.sh
tests.core:CoreTest -s`

Closes #1800 from dgingrich/master


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ff45d8f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ff45d8f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/ff45d8f2

Branch: refs/heads/master
Commit: ff45d8f2218a8da9328161aa66d004c3db3b367e
Parents: 0e3ed44
Author: David Gingrich <da...@textio.com>
Authored: Fri Sep 16 09:45:12 2016 -0700
Committer: Siddharth Anand <si...@yahoo.com>
Committed: Fri Sep 16 09:45:12 2016 -0700

----------------------------------------------------------------------
 airflow/contrib/auth/backends/kerberos_auth.py | 2 +-
 airflow/contrib/auth/backends/ldap_auth.py     | 2 +-
 airflow/contrib/auth/backends/password_auth.py | 2 +-
 airflow/default_login.py                       | 2 +-
 docs/faq.rst                                   | 2 +-
 scripts/upstart/README                         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ff45d8f2/airflow/contrib/auth/backends/kerberos_auth.py
----------------------------------------------------------------------
diff --git a/airflow/contrib/auth/backends/kerberos_auth.py b/airflow/contrib/auth/backends/kerberos_auth.py
index cc8f83f..e381059 100644
--- a/airflow/contrib/auth/backends/kerberos_auth.py
+++ b/airflow/contrib/auth/backends/kerberos_auth.py
@@ -33,7 +33,7 @@ from airflow import configuration
 import logging
 
 login_manager = flask_login.LoginManager()
-login_manager.login_view = 'airflow.login'  # Calls login() bellow
+login_manager.login_view = 'airflow.login'  # Calls login() below
 login_manager.login_message = None
 
 

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ff45d8f2/airflow/contrib/auth/backends/ldap_auth.py
----------------------------------------------------------------------
diff --git a/airflow/contrib/auth/backends/ldap_auth.py b/airflow/contrib/auth/backends/ldap_auth.py
index f06c7df..2b81b4c 100644
--- a/airflow/contrib/auth/backends/ldap_auth.py
+++ b/airflow/contrib/auth/backends/ldap_auth.py
@@ -35,7 +35,7 @@ import traceback
 import re
 
 login_manager = flask_login.LoginManager()
-login_manager.login_view = 'airflow.login'  # Calls login() bellow
+login_manager.login_view = 'airflow.login'  # Calls login() below
 login_manager.login_message = None
 
 LOG = logging.getLogger(__name__)

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ff45d8f2/airflow/contrib/auth/backends/password_auth.py
----------------------------------------------------------------------
diff --git a/airflow/contrib/auth/backends/password_auth.py b/airflow/contrib/auth/backends/password_auth.py
index d7ac0c6..000b986 100644
--- a/airflow/contrib/auth/backends/password_auth.py
+++ b/airflow/contrib/auth/backends/password_auth.py
@@ -37,7 +37,7 @@ from airflow import configuration
 import logging
 
 login_manager = flask_login.LoginManager()
-login_manager.login_view = 'airflow.login'  # Calls login() bellow
+login_manager.login_view = 'airflow.login'  # Calls login() below
 login_manager.login_message = None
 
 LOG = logging.getLogger(__name__)

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ff45d8f2/airflow/default_login.py
----------------------------------------------------------------------
diff --git a/airflow/default_login.py b/airflow/default_login.py
index 4327b26..653a9c0 100644
--- a/airflow/default_login.py
+++ b/airflow/default_login.py
@@ -30,7 +30,7 @@ from airflow import models
 DEFAULT_USERNAME = 'airflow'
 
 login_manager = flask_login.LoginManager()
-login_manager.login_view = 'airflow.login'  # Calls login() bellow
+login_manager.login_view = 'airflow.login'  # Calls login() below
 login_manager.login_message = None
 
 

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ff45d8f2/docs/faq.rst
----------------------------------------------------------------------
diff --git a/docs/faq.rst b/docs/faq.rst
index d304b06..8c94573 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -135,7 +135,7 @@ There are many layers of ``airflow run`` commands, meaning it can call itself.
   command in the queue for it to run remote, on the worker. If using
   LocalExecutor, that translates into running it in a subprocess pool.
 - Local ``airflow run --local``: starts an ``airflow run --raw``
-  command (described bellow) as a subprocess and is in charge of
+  command (described below) as a subprocess and is in charge of
   emitting heartbeats, listening for external kill signals
   and ensures some cleanup takes place if the subprocess fails
 - Raw ``airflow run --raw`` runs the actual operator's execute method and

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ff45d8f2/scripts/upstart/README
----------------------------------------------------------------------
diff --git a/scripts/upstart/README b/scripts/upstart/README
index d677c85..124c18c 100644
--- a/scripts/upstart/README
+++ b/scripts/upstart/README
@@ -10,7 +10,7 @@ upon system boot. If service process dies, upstart will automatically re-spawn i
 set in a *.conf file)
 
 You may have to adjust `start on` & `stop on` stanzas to make it work on other upstart systems. Some of the possible
-options are listed bellow
+options are listed below
 
 # This should work on most Linux distributions that support upstart
 start on started network-services