Fix typo in docstring

This patch replaces typo "applicatin" by "application".

Change-Id: I3c117920966fcc4400ee30c368b61180b983dd8b
This commit is contained in:
Ha Van Tu
2016-09-28 12:06:44 +07:00
parent d3d85c4801
commit abe37390ae

View File

@@ -35,7 +35,7 @@ CONF.register_opts(AUTH_OPTS)
def install(app, conf, public_routes):
"""Install ACL check on application.
:param app: A WSGI applicatin.
:param app: A WSGI application.
:param conf: Settings. Dict'ified and passed to keystonemiddleware
:param public_routes: The list of the routes which will be allowed to
access without authentication.