[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix typo

Holger Levsen holger at moszumanska.debian.org
Thu Apr 30 14:35:18 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 3a67b3576bca9f89550db06cec72405837aeae17
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Apr 30 16:35:01 2015 +0200

    fix typo
---
 bin/reproducible_build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e6e4557..0295c6f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -36,13 +36,13 @@ handle_race_condition() {
 	local msg="${msg}Please check $BUILD_URL and https://reproducible.debian.net/$SUITE/$ARCH/${SRCPACKAGE} for a different build.\n"
 	case $1 in
 		"db")
-			local msg="${msg}The race condition was cought while marking the build attempt in the database.\n"
+			local msg="${msg}The race condition was caught while marking the build attempt in the database.\n"
 			;;
 		"init")
-			local msg="${msg}The race condition was cought while writing the lockfile.\n"
+			local msg="${msg}The race condition was caught while writing the lockfile.\n"
 			;;
 		"lockfile")
-			local msg="${msg}The race condition was cought while checking the lockfile for pid correctness.\n"
+			local msg="${msg}The race condition was caught while checking the lockfile for pid correctness.\n"
 			;;
 	esac
 	printf "$msg" | tee -a $BUILDLOG

-- 
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