From 4cc5e8c91e5f8a7e6ae0cde3f9c3cd74e8a0412a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 6 Feb 2015 23:31:37 +0100 Subject: fix grammar: sb#builded#built# --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index e3a6e18c..242c44a9 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -141,7 +141,7 @@ def process_packages(packages, no_clean=False): pkg = str(pkg) status, version, build_date = check_package_status(pkg) log.info('Generating the page of ' + pkg + ' ' + version + - ' builded at ' + build_date) + ' built at ' + build_date) links, default_view = gen_extra_links(pkg, version) bugs_links = gen_bugs_links(pkg, bugs) -- cgit v1.2.3-54-g00ecf