From 6958a61d84f00c9cf35dea2c07fe6944632888f2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 14 Mar 2017 13:17:08 +0100 Subject: reproducible Debian: fix typo, thanks to Alexander Borkowski Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index aac0c81a..7f4b0804 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -451,7 +451,7 @@ create_suite_arch_stats_page() { if [ $COUNT_DEPWAIT -gt 0 ] ; then set_icon depwait write_icon - write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages had build-depends which could nott be satisfied.
" + write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages had build-depends which could not be satisfied.
" fi if [ $COUNT_SOURCELESS -gt 0 ] ; then set_icon 404 -- cgit v1.2.3-54-g00ecf