From e8f30160007d976746d880dab73b805435e04149 Mon Sep 17 00:00:00 2001 From: Tay Ray Chuan Date: Mon, 24 May 2010 16:51:17 +0800 Subject: [PATCH] t7502-commit: fix spelling s/subdirecotry/subdirectory/ Signed-off-by: Tay Ray Chuan Signed-off-by: Junio C Hamano --- t/t7502-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh index 844fb43c6db1ae..95044668ee182f 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 &&