Build fix

refs #8688
This commit is contained in:
Gunnar Beutner 2015-03-12 13:44:05 +01:00
parent 01ece9ae23
commit c996fbb5c4
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ void IdoCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResult
cr->SetState(ServiceCritical);
} else {
cr->SetOutput("Not currently enabled: Another cluster instance is responsible for the IDO database.");
cr->SetState(ServciceOK);
cr->SetState(ServiceOK);
}
} else {
String schema_version = conn->GetSchemaVersion();