From 448c61efa5b094fe0880e22b323667b8c1dda63e Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 8 Dec 2005 17:10:16 +0000 Subject: [PATCH] Fixed typo. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1664 e3e1d417-86f3-4887-817a-d78f3d33393f --- src/zm_monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );