From: Jean Flach Date: Mon, 22 Oct 2018 12:19:16 +0000 (+0200) Subject: Fix typo X-Git-Tag: v2.11.0-rc1~319^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6777255f601842bc1b7b45fb511cc5cc3be39cfd;p=icinga2 Fix typo --- diff --git a/lib/icinga/apiactions.cpp b/lib/icinga/apiactions.cpp index 22684c9a2..33b9d6f56 100644 --- a/lib/icinga/apiactions.cpp +++ b/lib/icinga/apiactions.cpp @@ -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();