diff --git a/doc/rpm-build/checkout-build-archives.php b/doc/rpm-build/checkout-build-archives.php index 63edd57f9e..3f9f006af8 100755 --- a/doc/rpm-build/checkout-build-archives.php +++ b/doc/rpm-build/checkout-build-archives.php @@ -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"); }