mirror of https://github.com/Icinga/icinga2.git
Fix typo
This commit is contained in:
parent
aebe6da168
commit
6777255f60
|
@ -258,7 +258,7 @@ Dictionary::Ptr ApiActions::RemoveAcknowledgement(const ConfigObject::Ptr& objec
|
|||
|
||||
if (!checkable)
|
||||
return ApiActions::CreateResult(404,
|
||||
"Cannot remove acknowlegement for non-existent checkable object "
|
||||
"Cannot remove acknowledgement for non-existent checkable object "
|
||||
+ object->GetName() + ".");
|
||||
|
||||
checkable->ClearAcknowledgement();
|
||||
|
|
Loading…
Reference in New Issue