diff --git a/CHANGELOG.md b/CHANGELOG.md index 471066ac3..ac76176c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,7 +82,7 @@ - header typo corrections [\#1058](https://github.com/ZoneMinder/ZoneMinder/pull/1058) ([onlyjob](https://github.com/onlyjob)) - quick fix for \#1055: make sure our mmap fd is \> 2 [\#1057](https://github.com/ZoneMinder/ZoneMinder/pull/1057) ([connortechnology](https://github.com/connortechnology)) - Fix sgfault caused by the privacy mask stuff [\#1056](https://github.com/ZoneMinder/ZoneMinder/pull/1056) ([connortechnology](https://github.com/connortechnology)) -- link to cambozola pacakge, rather than download during build [\#1054](https://github.com/ZoneMinder/ZoneMinder/pull/1054) ([knnniggett](https://github.com/knnniggett)) +- link to cambozola package, rather than download during build [\#1054](https://github.com/ZoneMinder/ZoneMinder/pull/1054) ([knnniggett](https://github.com/knnniggett)) - redhat rpm packaging modifications [\#1052](https://github.com/ZoneMinder/ZoneMinder/pull/1052) ([knnniggett](https://github.com/knnniggett)) - remove core.php, modify core.php.default [\#1049](https://github.com/ZoneMinder/ZoneMinder/pull/1049) ([knnniggett](https://github.com/knnniggett)) - Google recaptcha [\#1048](https://github.com/ZoneMinder/ZoneMinder/pull/1048) ([pliablepixels](https://github.com/pliablepixels)) @@ -167,7 +167,7 @@ - alter the logic of ReadData. New behaviour is documented. [\#870](https://github.com/ZoneMinder/ZoneMinder/pull/870) ([connortechnology](https://github.com/connortechnology)) - analysis optimisations [\#867](https://github.com/ZoneMinder/ZoneMinder/pull/867) ([connortechnology](https://github.com/connortechnology)) - Don't die if db goes away during logging [\#866](https://github.com/ZoneMinder/ZoneMinder/pull/866) ([connortechnology](https://github.com/connortechnology)) -- Move iostream inclusion in zm.h and declare explicitely the namespace [\#859](https://github.com/ZoneMinder/ZoneMinder/pull/859) ([manupap1](https://github.com/manupap1)) +- Move iostream inclusion in zm.h and declare explicitly the namespace [\#859](https://github.com/ZoneMinder/ZoneMinder/pull/859) ([manupap1](https://github.com/manupap1)) - Fix detection of deprecated libav / ffmpeg functions [\#858](https://github.com/ZoneMinder/ZoneMinder/pull/858) ([manupap1](https://github.com/manupap1)) - Correct bareword config entries with newer {} style [\#856](https://github.com/ZoneMinder/ZoneMinder/pull/856) ([connortechnology](https://github.com/connortechnology)) - update german translation [\#854](https://github.com/ZoneMinder/ZoneMinder/pull/854) ([seeebek](https://github.com/seeebek)) diff --git a/distros/redhat/CMakeLists.txt b/distros/redhat/CMakeLists.txt index 923367fa7..df3edf7d9 100644 --- a/distros/redhat/CMakeLists.txt +++ b/distros/redhat/CMakeLists.txt @@ -42,7 +42,7 @@ execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/misc/jscalendar.sh if("${unzip_jsc}" STREQUAL "") message(STATUS "jscalendar successfully installed.") else("${unzip_jsc}" STREQUAL "") - message(FATAL_ERROR "\nAn error occured while jscalendar was being processed:\n${unzip_jsc}") + message(FATAL_ERROR "\nAn error occurred while jscalendar was being processed:\n${unzip_jsc}") endif("${unzip_jsc}" STREQUAL "") # Create several empty folders diff --git a/distros/redhat/readme/README.https b/distros/redhat/readme/README.https index 23affeb96..f808432f0 100644 --- a/distros/redhat/readme/README.https +++ b/distros/redhat/readme/README.https @@ -1,7 +1,7 @@ HTTPS is now a requirement ========================== -This package now depends on Apache's mod_ssl pacakge. This will automatically +This package now depends on Apache's mod_ssl package. This will automatically be installed along with ZoneMinder. Upon installation, the mod_ssl package will create a default, self-signed certificate. This is the certificate that ZoneMinder will use out of the box. diff --git a/distros/ubuntu1204/changelog b/distros/ubuntu1204/changelog index 74cf1d0b8..c7e86f69d 100644 --- a/distros/ubuntu1204/changelog +++ b/distros/ubuntu1204/changelog @@ -395,7 +395,7 @@ zoneminder (1.24.2-4.1) unstable; urgency=low zoneminder (1.24.2-4) unstable; urgency=high * Update init.d to list mysql dependency (closes: #583505) - * Change depenency from libmime-perl to libmime-tools-perl + * Change dependency from libmime-perl to libmime-tools-perl (closes: #585589) * Problems in changelog format fixed (closes: #585592) @@ -432,7 +432,7 @@ zoneminder (1.24.1-1) unstable; urgency=high (closes: #497640) * Change syslog dependency to rsyslog. (closes: #526918) - * Add missing perl depenency. + * Add missing perl dependency. * Restore patch to disable "check for updates" by default. * Removed spurious '$' in init script. (closes: #486064) diff --git a/distros/ubuntu1604/changelog b/distros/ubuntu1604/changelog index beef67111..2f42d6d18 100644 --- a/distros/ubuntu1604/changelog +++ b/distros/ubuntu1604/changelog @@ -429,7 +429,7 @@ zoneminder (1.24.2-4.1) unstable; urgency=low zoneminder (1.24.2-4) unstable; urgency=high * Update init.d to list mysql dependency (closes: #583505) - * Change depenency from libmime-perl to libmime-tools-perl + * Change dependency from libmime-perl to libmime-tools-perl (closes: #585589) * Problems in changelog format fixed (closes: #585592) @@ -466,7 +466,7 @@ zoneminder (1.24.1-1) unstable; urgency=high (closes: #497640) * Change syslog dependency to rsyslog. (closes: #526918) - * Add missing perl depenency. + * Add missing perl dependency. * Restore patch to disable "check for updates" by default. * Removed spurious '$' in init script. (closes: #486064) diff --git a/src/zm_jpeg.h b/src/zm_jpeg.h index 1a1a9f42f..d0348dd3e 100644 --- a/src/zm_jpeg.h +++ b/src/zm_jpeg.h @@ -29,7 +29,7 @@ extern "C" { -/* Stuff for overriden error handlers */ +/* Stuff for overridden error handlers */ struct zm_error_mgr { struct jpeg_error_mgr pub; diff --git a/src/zm_thread.h b/src/zm_thread.h index cb853a113..8c84d9041 100644 --- a/src/zm_thread.h +++ b/src/zm_thread.h @@ -224,7 +224,7 @@ protected: #endif bool mStarted; bool mRunning; - int status; // Used in various funcions to get around return a local variable + int status; // Used in various functions to get around return a local variable protected: Thread(); diff --git a/utils/docker/start.sh b/utils/docker/start.sh index c32f09783..ff3d6c705 100755 --- a/utils/docker/start.sh +++ b/utils/docker/start.sh @@ -1,7 +1,7 @@ #!/bin/bash # Prepare proper amount of shared memory -# For H.264 cameras it may be necessary to increase the amout of shared memory +# For H.264 cameras it may be necessary to increase the amount of shared memory # to 2048 megabytes. umount /dev/shm mount -t tmpfs -o rw,nosuid,nodev,noexec,relatime,size=512M tmpfs /dev/shm diff --git a/web/includes/Event.php b/web/includes/Event.php index 3b7a1e5e0..9ec0f22e6 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -93,7 +93,7 @@ class Event { $start_date['year'] = $start_date['year'] % 100; $Storage = $this->Storage(); -# So this is because ZM creates a link under teh day pointing to the time that the event happened. +# So this is because ZM creates a link under the day pointing to the time that the event happened. $eventlink_path = $Storage->Path().'/'.$this->Link_Path(); if ( $id_files = glob( $eventlink_path ) ) { diff --git a/web/includes/functions.php b/web/includes/functions.php index ba58bffaf..36a80cf2e 100644 --- a/web/includes/functions.php +++ b/web/includes/functions.php @@ -482,7 +482,7 @@ function deleteEvent( $event, $mid=false ) { $start_date = date_parse( $event['StartTime'] ); $start_date['year'] = $start_date['year'] % 100; -# So this is because ZM creates a link under teh day pointing to the time that the event happened. +# So this is because ZM creates a link under the day pointing to the time that the event happened. $eventlink_path = sprintf('%s/%d/%02d/%02d/%02d/.%d', ZM_DIR_EVENTS, $mid, $start_date['year'], $start_date['month'], $start_date['day'], $event['Id'] ); if ( $id_files = glob( $eventlink_path ) ) { @@ -2137,6 +2137,6 @@ function folder_size($dir) { $size += is_file($each) ? filesize($each) : folderSize($each); } return $size; -} // end fucntion folder_size +} // end function folder_size ?> diff --git a/web/lang/big5_big5.php b/web/lang/big5_big5.php index 382a0f89a..b8bc173a5 100644 --- a/web/lang/big5_big5.php +++ b/web/lang/big5_big5.php @@ -818,7 +818,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/cn_zh.php b/web/lang/cn_zh.php index bfaf32f90..9ed821417 100644 --- a/web/lang/cn_zh.php +++ b/web/lang/cn_zh.php @@ -813,7 +813,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/cs_cz.php b/web/lang/cs_cz.php index 01eda0118..adcdeb61d 100644 --- a/web/lang/cs_cz.php +++ b/web/lang/cs_cz.php @@ -814,7 +814,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index c314a6ab3..4adb1fc7f 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -825,7 +825,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); @@ -913,7 +913,7 @@ $OLANG = array( 'Help' => "Enable this option to embed EXIF data into each jpeg frame." ), 'OPTIONS_RTSPDESCRIBE' => array( - 'Help' => "Sometimes, during the intial RTSP handshake, the camera will send an updated media URL. ". + 'Help' => "Sometimes, during the initial RTSP handshake, the camera will send an updated media URL. ". "Enable this option to tell ZoneMinder to use this URL. Disable this option to ignore the ". "value from the camera and use the value as entered in the monitor configuration~~~~". "Generally this should be enabled. However, there are cases where the camera can get its". diff --git a/web/lang/et_ee.php b/web/lang/et_ee.php index cb990495a..250728550 100644 --- a/web/lang/et_ee.php +++ b/web/lang/et_ee.php @@ -820,7 +820,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/he_il.php b/web/lang/he_il.php index 43f220b4d..0d54d43e9 100644 --- a/web/lang/he_il.php +++ b/web/lang/he_il.php @@ -814,7 +814,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/it_it.php b/web/lang/it_it.php index e6e603e88..338f2c07f 100644 --- a/web/lang/it_it.php +++ b/web/lang/it_it.php @@ -819,7 +819,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/ja_jp.php b/web/lang/ja_jp.php index b637ac3fd..df8acc409 100644 --- a/web/lang/ja_jp.php +++ b/web/lang/ja_jp.php @@ -814,7 +814,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/nl_nl.php b/web/lang/nl_nl.php index 8d07eefa9..fca70a829 100644 --- a/web/lang/nl_nl.php +++ b/web/lang/nl_nl.php @@ -815,7 +815,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/pt_br.php b/web/lang/pt_br.php index f47882da5..ae9c8c5b1 100644 --- a/web/lang/pt_br.php +++ b/web/lang/pt_br.php @@ -754,7 +754,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting function zmVlang( $langVarArray, $count ) { krsort( $langVarArray ); diff --git a/web/lang/ru_ru.php b/web/lang/ru_ru.php index 2d93c9f6a..25ddc62a5 100644 --- a/web/lang/ru_ru.php +++ b/web/lang/ru_ru.php @@ -816,7 +816,7 @@ $VLANG = array( // in to generate the correct noun form. // // In languages such as English this is fairly simple -// Note this still has to be used with printf etc to get the right formating +// Note this still has to be used with printf etc to get the right formatting /*function zmVlang( $langVarArray, $count ) { krsort( $langVarArray );