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