Fix a typo

Change-Id: Ib6449e8ec1801eadd81f11f811b4d53e78d8eb65
This commit is contained in:
liusheng 2017-09-18 16:13:46 +08:00
parent a3fc41c4ce
commit 896eed5dea
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class Base64Exception(Invalid):
class KeypairExists(Conflict):
_msg_fmt = _("KeyPaire with key name %(key_name)s already exists.")
_msg_fmt = _("Keypair with key name %(key_name)s already exists.")
class KeypairNotFound(NotFound):