From cbcfc49684d1fc4a596efbc4f94eadeef23a2e6c Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Wed, 18 May 2016 14:29:24 +0200 Subject: [PATCH] fix comment in ServiceController.php; closes #949 --- .../mvc/app/controllers/OPNsense/IDS/Api/ServiceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/IDS/Api/ServiceController.php b/src/opnsense/mvc/app/controllers/OPNsense/IDS/Api/ServiceController.php index efdcd114b..c6ec78b56 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/IDS/Api/ServiceController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/IDS/Api/ServiceController.php @@ -88,7 +88,7 @@ class ServiceController extends ApiControllerBase } /** - * retrieve status of squid proxy + * retrieve status of the IDS * @return array * @throws \Exception */