diff --git a/scripts/zmpkg.pl.in b/scripts/zmpkg.pl.in index e683d70c3..01e22eb0d 100644 --- a/scripts/zmpkg.pl.in +++ b/scripts/zmpkg.pl.in @@ -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 )