From f1fb43163e3c495106c5bbd54fdb0f9a422a13b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 3 Mar 2009 10:31:22 +0100 Subject: [PATCH] Fix typo s/emmail/email/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This was introduced by a tired coder in d479474440713. Signed-off-by: Uwe Kleine-König --- tg-mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-mail.sh b/tg-mail.sh index 8d3b632..4a68464 100644 --- a/tg-mail.sh +++ b/tg-mail.sh @@ -29,7 +29,7 @@ done base_rev="$(git rev-parse --short --verify "refs/top-bases/$name" 2>/dev/null)" || die "not a TopGit-controlled branch" -if ! git send-emmail --help >/dev/null 2>&1; then +if ! git send-email --help >/dev/null 2>&1; then die "git send-email command not available" fi -- 2.11.4.GIT