From abe37390aee5406341f564f7268a1af3b59b1bc3 Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Wed, 28 Sep 2016 12:06:44 +0700 Subject: [PATCH] Fix typo in docstring This patch replaces typo "applicatin" by "application". Change-Id: I3c117920966fcc4400ee30c368b61180b983dd8b --- watcher/api/acl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/api/acl.py b/watcher/api/acl.py index 093f4d9ef..82a0f236b 100644 --- a/watcher/api/acl.py +++ b/watcher/api/acl.py @@ -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.