From 726c94ed187b0b45237013a2cf670acaa86376fe Mon Sep 17 00:00:00 2001 From: David Stanek Date: Sat, 29 Mar 2014 05:43:37 +0000 Subject: [PATCH] Fixed small capitalization issue Change-Id: I559e87ed8f56b0e2a7b336a5b56203802d5664bf --- keystone/auth/plugins/token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/auth/plugins/token.py b/keystone/auth/plugins/token.py index e16f0ece7b..0881c95b96 100644 --- a/keystone/auth/plugins/token.py +++ b/keystone/auth/plugins/token.py @@ -41,7 +41,7 @@ class Token(auth.AuthMethodHandler): # Do not allow tokens used for delegation to # create another token, or perform any changes of - # state in Keystone. TO do so is to invite elevation of + # state in Keystone. To do so is to invite elevation of # privilege attacks if 'OS-TRUST:trust' in token_ref: raise exception.Forbidden()