From 8060ea345972b67ca6ecae9bfb79a20a5c90ee25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 18 Mar 2020 12:31:10 -0400 Subject: nits --- www/js/EventCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventCtrl.js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 9f6277e4..535d4129 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -196,7 +196,7 @@ angular.module('zmApp.controllers') $scope.mid = ''; $scope.$on ("alarm", function() { - NVR.debug ("EventCtrl: new event notiication, doing an immediate reload"); + NVR.debug ("EventCtrl: new event notification, doing an immediate reload"); // do an immediate display reload and schedule timer again $interval.cancel(intervalReloadEvents); timedPageReload(); -- cgit v1.2.3