Fixed misspelling in error message

Translated message has a misspelling for "Certificate".

Change-Id: Idd76f0dc683d305dc20134983690d2f33ef681c5
Closes-Bug: 1354784
This commit is contained in:
Steve Heyman 2014-08-09 23:43:00 -05:00
parent e246a74c52
commit e3f1a578ff
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ RETRY_MSEC = 3600000
class CertificatePluginNotFound(exception.BarbicanException):
"""Raised when no plugins are installed."""
message = u._("Certficiate plugin not found.")
message = u._("Certificate plugin not found.")
class CertificateStatusNotSupported(exception.BarbicanException):