Fixed typo.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1664 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-12-08 17:10:16 +00:00
parent d592778c39
commit 448c61efa5
1 changed files with 1 additions and 1 deletions

View File

@ -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 );