Typo in IcingaObjectGroups.php

"doesn't exists" -> "doesn't exist"
This commit is contained in:
Alexy Mikhailichenko 2018-08-08 15:15:34 -04:00 committed by Thomas Gelf
parent ab86a4fd89
commit cde61e122b

View File

@ -195,7 +195,7 @@ class IcingaObjectGroups implements Iterator, Countable, IcingaConfigRenderer
break; break;
case 'fail': case 'fail':
throw new NotFoundError( throw new NotFoundError(
'The group "%s" doesn\'t exists.', 'The group "%s" doesn\'t exist.',
$group $group
); );
break; break;