From 410bfe2c973ff3212260a3153ef1d513c18a1a7f Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Fri, 22 Feb 2019 12:59:11 +0100 Subject: [PATCH] fix typo in phpdoc Signed-off-by: Michael Kaufmann --- lib/Froxlor/Api/Commands/Domains.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Froxlor/Api/Commands/Domains.php b/lib/Froxlor/Api/Commands/Domains.php index 911b367a..a172f098 100644 --- a/lib/Froxlor/Api/Commands/Domains.php +++ b/lib/Froxlor/Api/Commands/Domains.php @@ -180,7 +180,7 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn * @param bool $hsts_preload * optional whether or not to preload HSTS header value * @param bool $ocsp_stapling - * optional whether to enable oscp-stapling for this domain. default 0 (false), requires SSL + * optional whether to enable ocsp-stapling for this domain. default 0 (false), requires SSL * * @access admin * @throws \Exception @@ -737,7 +737,7 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn * @param bool $hsts_preload * optional whether or not to preload HSTS header value * @param bool $ocsp_stapling - * optional whether to enable oscp-stapling for this domain. default 0 (false), requires SSL + * optional whether to enable ocsp-stapling for this domain. default 0 (false), requires SSL * * @access admin * @throws \Exception