From 3bbf1b15bdb5473e5e6c4cdd4b63ba0c68d6b0f5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 16 May 2014 13:56:35 -0400 Subject: [PATCH] Fixed a typo in a comment Change-Id: I2a29db3bd16f0eb3fb39743b74e622f366aa6578 --- barbican/common/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barbican/common/exception.py b/barbican/common/exception.py index 18f3e1f91..4ede5841f 100644 --- a/barbican/common/exception.py +++ b/barbican/common/exception.py @@ -122,7 +122,7 @@ class ProtectedImageDelete(Forbidden): message = _("Image %(image_id)s is protected and cannot be deleted.") -#NOTE(bcwaldon): here for backwards-compatability, need to deprecate. +#NOTE(bcwaldon): here for backwards-compatibility, need to deprecate. class NotAuthorized(Forbidden): message = _("You are not authorized to complete this action.")