Fixed typo.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3380 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2011-05-30 10:39:26 +00:00
parent b3d8279dfc
commit 962b61f269
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ if ( $command =~ /^(?:start|restart)$/ )
# Recreate the temporary directory if it's been wiped
if ( !-e "@ZM_TMPDIR@" )
{
Debug( "Recreating temporary dirrectory '@ZM_TMPDIR@'" );
Debug( "Recreating temporary directory '@ZM_TMPDIR@'" );
mkdir( "@ZM_TMPDIR@", 0700 ) or Fatal( "Can't create missing temporary directory '@ZM_TMPDIR@': $!" );
my ( $runName ) = getpwuid( $> );
if ( $runName ne ZM_WEB_USER )