chiark / gitweb /
Merge tag 'topgit-0.7' of git://repo.or.cz/topgit
[topgit.git] / tg-mail.sh
index 8d3b6320a11dfb945f2a70821ae7063a431dffff..4a684644a3977d0c2174e7aa7a8f7f5eeed97031 100644 (file)
@@ -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