From 8b29c5f54cc73d31d3b6208294a068a4c3a6395d Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 5 Mar 2019 10:58:23 -0500 Subject: [PATCH] Fix typo: Ineterval to Interval --- web/includes/Monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index e794cb4de..5fa0bfd5e 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -66,7 +66,7 @@ private $defaults = array( 'AnalysisUpdateDelay' => 0, 'MaxFPS' => null, 'AlarmMaxFPS' => null, - 'FPSReportIneterval' => 100, + 'FPSReportInterval' => 100, 'RefBlencPerc' => 6, 'AlarmRefBlendPerc' => 6, 'Controllable' => 0,