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;