Hi all, please see attached. Richard
From 138b95638693b47251d61ed5f316b6e68002b766 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih.mailinglist@xxxxxxxxx> Date: Wed, 2 Dec 2009 02:33:17 +0100 Subject: [PATCH] Typos: commiting -> committing --- builtin-revert.c | 2 +- t/t7001-mv.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/builtin-revert.c b/builtin-revert.c index 151aa6a..5708908 100644 --- a/builtin-revert.c +++ b/builtin-revert.c @@ -216,7 +216,7 @@ static char *help_msg(const unsigned char *sha1) if (action == CHERRY_PICK) { sprintf(helpbuf + strlen(helpbuf), - "\nWhen commiting, use the option " + "\nWhen committing, use the option " "'-c %s' to retain authorship and message.", find_unique_abbrev(sha1, DEFAULT_ABBREV)); } diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index 10b8f8c..ad93a97 100755 --- a/t/t7001-mv.sh +++ b/t/t7001-mv.sh @@ -16,7 +16,7 @@ test_expect_success \ # in path0 currently test_expect_success \ - 'commiting the change' \ + 'committing the change' \ 'cd .. && git commit -m move-out -a' test_expect_success \ @@ -30,7 +30,7 @@ test_expect_success \ # in path0 currently test_expect_success \ - 'commiting the change' \ + 'committing the change' \ 'cd .. && git commit -m move-in -a' test_expect_success \ @@ -82,7 +82,7 @@ test_expect_success \ 'git mv path0 path2' test_expect_success \ - 'commiting the change' \ + 'committing the change' \ 'git commit -m dir-move -a' test_expect_success \ @@ -101,7 +101,7 @@ test_expect_success \ 'git mv path2 path1' test_expect_success \ - 'commiting the change' \ + 'committing the change' \ 'git commit -m dir-move -a' test_expect_success \ -- 1.6.5.2