[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: fix speling error

Holger Levsen holger at moszumanska.debian.org
Sun Oct 4 02:22:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 104cb427c5b2e7ddb23a7bd144e8b7327ff1b084
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 4 04:21:35 2015 +0200

    reproducible: fix speling error
---
 bin/reproducible_html_dashboard.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 1a7a6ca..5ec5c1a 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 " <a href=\"/$SUITE/\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
 	done
-	write_build_performace_stats
+	write_build_performance_stats
 	# other archs: armhf
 	ARCH="armhf"
 	write_page "</p><p style=\"clear:both;\">"
@@ -454,7 +454,7 @@ create_main_stats_page() {
 	write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
 	write_page " <a href=\"/${TABLE[1]}_$ARCH.png\"><img src=\"/${TABLE[1]}_$ARCH.png\" class=\"overview\" alt=\"${MAINLABEL[$i]}\"></a>"
 	write_page " <a href=\"/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
-	write_build_performace_stats
+	write_build_performance_stats
 	write_page "</p><p style=\"clear:both;\">"
 	write_page " <hr />"
 	# link to index_breakages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list