mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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…
x
Reference in New Issue
Block a user