From 896eed5deab02588430946f51a74506df7ebb89c Mon Sep 17 00:00:00 2001 From: liusheng Date: Mon, 18 Sep 2017 16:13:46 +0800 Subject: [PATCH] Fix a typo Change-Id: Ib6449e8ec1801eadd81f11f811b4d53e78d8eb65 --- mogan/common/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mogan/common/exception.py b/mogan/common/exception.py index 859dbe91..c935612c 100644 --- a/mogan/common/exception.py +++ b/mogan/common/exception.py @@ -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):