mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +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;
|
||||
case 'fail':
|
||||
throw new NotFoundError(
|
||||
'The group "%s" doesn\'t exists.',
|
||||
'The group "%s" doesn\'t exist.',
|
||||
$group
|
||||
);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user