diff --git a/src/zm_monitor.h b/src/zm_monitor.h index c77aeaec8..e40645ffe 100644 --- a/src/zm_monitor.h +++ b/src/zm_monitor.h @@ -281,7 +281,7 @@ public: if ( index == shared_data->last_read_index && function > MONITOR ) { - Warning(( "Buffer overrun at index %d, slow down capture, speed up anaylsis or increase ring buffer size", index )); + Warning(( "Buffer overrun at index %d, slow down capture, speed up analysis or increase ring buffer size", index )); } gettimeofday( image_buffer[index].timestamp, &dummy_tz );