diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2010-05-24 16:51:17 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-25 09:48:37 -0700 |
commit | e8f30160007d976746d880dab73b805435e04149 (patch) | |
tree | f7a80645f4b58fbc71ee77b6e37aade6ecba87ba | |
parent | 4e1f87959c76455f0092a7c82aee78df60533ae5 (diff) | |
download | git-e8f30160007d976746d880dab73b805435e04149.tar.gz |
t7502-commit: fix spelling
s/subdirecotry/subdirectory/
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t7502-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh index 844fb43c6d..95044668ee 100755 --- a/t/t7502-commit.sh +++ b/t/t7502-commit.sh @@ -35,7 +35,7 @@ test_expect_success 'partial' ' ' -test_expect_success 'partial modification in a subdirecotry' ' +test_expect_success 'partial modification in a subdirectory' ' test_tick && git commit -m "partial commit to subdirectory" not && |