From 86030448811c294d34af5e44801d0918dd226bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Fri, 22 Aug 2025 15:40:29 +0200 Subject: [PATCH] Fix typo in code comment --- library/Icinga/Web/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index b421849e6..926b59493 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -352,7 +352,7 @@ class Form extends Zend_Form * * @return $this * - * @throws ProgrammingError In case $url is neither a string nor a instance of Icinga\Web\Url + * @throws ProgrammingError In case $url is neither a string nor an instance of Icinga\Web\Url */ public function setRedirectUrl($url) {