Typo in ClusteStateNotDefined

ClusteStateNotDefined has a typo, it should be ClusterStateNotDefine

Change-Id: I727301786d47db847215d73722051e59d340f1c2
Closes-Bug: #1525818
This commit is contained in:
Gábor Antal
2015-12-14 11:40:08 +01:00
parent 916f4d0c08
commit 33ea5f96f8
3 changed files with 8 additions and 8 deletions

View File

@@ -294,7 +294,7 @@ class MetricCollectorNotDefined(WatcherException):
message = _("The metrics resource collector is not defined.'")
class ClusteStateNotDefined(WatcherException):
class ClusterStateNotDefined(WatcherException):
message = _("the cluster state is not defined")