fixed an other typo chang_e_log

This commit is contained in:
Ralf Becker 2010-08-09 12:14:47 +00:00
parent bf123c985e
commit e7a384d017

View File

@ -161,7 +161,7 @@ function do_editsvnchangelog()
passthru($cmd);
$config['changelog'] = file_get_contents($logfile);
// allow user to abort, by deleting the changelog
if (strlen($config['changlog']) <= 2)
if (strlen($config['changelog']) <= 2)
{
die("\nChangelog must not be empty --> aborting\n\n");
}