diff --git a/lib/db_ido/idochecktask.cpp b/lib/db_ido/idochecktask.cpp index b5d51c990..6c85086cd 100644 --- a/lib/db_ido/idochecktask.cpp +++ b/lib/db_ido/idochecktask.cpp @@ -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();