From e7a384d0171dcfc2c3f9858aab2c6ed032ddd96e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 9 Aug 2010 12:14:47 +0000 Subject: [PATCH] fixed an other typo chang_e_log --- doc/rpm-build/checkout-build-archives.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }