From 104cb427c5b2e7ddb23a7bd144e8b7327ff1b084 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Oct 2015 04:21:35 +0200 Subject: reproducible: fix speling error --- bin/reproducible_html_dashboard.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 1a7a6caa..5ec5c1a4 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -242,9 +242,9 @@ write_usertag_table() { } # -# write build performace stats +# write build performance stats # -write_build_performace_stats() { +write_build_performance_stats() { if [ "$ARCH" = "amd64" ] || [ "$ARCH" = "armhf" ] ; then TIMESPAN_VERBOSE="4 weeks" TIMESPAN_RAW="28" @@ -444,7 +444,7 @@ create_main_stats_page() { for SUITE in $SUITES ; do write_page " \"age" done - write_build_performace_stats + write_build_performance_stats # other archs: armhf ARCH="armhf" write_page "

" @@ -454,7 +454,7 @@ create_main_stats_page() { write_page " \"$SUITE/$ARCH" write_page " \"${MAINLABEL[$i]}\"" write_page " \"age" - write_build_performace_stats + write_build_performance_stats write_page "

" write_page "


" # link to index_breakages -- cgit v1.2.3-54-g00ecf