mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
Typo in IcingaObjectGroups.php
"doesn't exists" -> "doesn't exist"
This commit is contained in:
parent
ab86a4fd89
commit
cde61e122b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user