From 70f6f4299d276a6c41e153941cb4cd37a8e984ba Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 13 Mar 2020 11:54:48 +0100 Subject: [PATCH] Fix typo in comments Change-Id: I7510ce7a56c1952ff98580fb9a46f56c3d71477c --- openstack_dashboard/api/neutron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/api/neutron.py b/openstack_dashboard/api/neutron.py index ca0443d71f..a5a4a27e7a 100644 --- a/openstack_dashboard/api/neutron.py +++ b/openstack_dashboard/api/neutron.py @@ -1864,7 +1864,7 @@ def is_router_enabled(request): # FEATURE_MAP is used to define: # - related neutron extension name (key: "extension") # - corresponding dashboard config (key: "config") -# - RBAC policies (key: "poclies") +# - RBAC policies (key: "policies") # If a key is not contained, the corresponding permission check is skipped. FEATURE_MAP = { 'dvr': {