diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-24 07:30:10 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-24 07:30:10 -0500 |
| commit | 780af74c266b5531905d6890232685e5e5368571 (patch) | |
| tree | e6cfbf9858a9975faf84b415e93d308e4b937512 /www/js/NVR.js | |
| parent | a7eb5ec2141c585c7d4eba7a49290d5cf1abe560 (diff) | |
nits
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 6901ff82..481d8512 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -339,7 +339,7 @@ angular.module('zmApp.controllers') log("Got min streaming port value of: " + configParams.ZM_MIN_STREAMING_PORT); } else { setCurrentServerMultiPortSupported(false); - log("ZM_MIN_STREAMING_PORT not configure, disabling"); + log("ZM_MIN_STREAMING_PORT not configured, disabling"); configParams.ZM_MIN_STREAMING_PORT = 0; } |
