Fix misspelling from "applicatin" to "application".

Change-Id: I3c4e455a10deae0d719fdc8534049abf8faba954
This commit is contained in:
DongCan
2015-08-21 06:49:54 +00:00
committed by Ramakrishnan G
parent 95b58b57e4
commit c4c726b004
+1 -1
View File
@@ -22,7 +22,7 @@ from ironic.api.middleware import auth_token
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.