From cde61e122bd841fb698c4730e9ee078e0974b5ae Mon Sep 17 00:00:00 2001 From: Alexy Mikhailichenko Date: Wed, 8 Aug 2018 15:15:34 -0400 Subject: [PATCH] Typo in IcingaObjectGroups.php "doesn't exists" -> "doesn't exist" --- library/Director/Objects/IcingaObjectGroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Objects/IcingaObjectGroups.php b/library/Director/Objects/IcingaObjectGroups.php index 56a87f1e..7f79fad9 100644 --- a/library/Director/Objects/IcingaObjectGroups.php +++ b/library/Director/Objects/IcingaObjectGroups.php @@ -195,7 +195,7 @@ class IcingaObjectGroups implements Iterator, Countable, IcingaConfigRenderer break; case 'fail': throw new NotFoundError( - 'The group "%s" doesn\'t exists.', + 'The group "%s" doesn\'t exist.', $group ); break;