Merge pull request #6713 from Icinga/bugfix/typo

Fix typo
This commit is contained in:
Michael Friedrich 2018-10-23 14:00:18 +02:00 committed by GitHub
commit f5f429141b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();