summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Tay Ray Chuan <rctay89@gmail.com>2010-05-24 16:51:17 +0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-05-25 09:48:37 -0700
commite8f30160007d976746d880dab73b805435e04149 (patch)
treef7a80645f4b58fbc71ee77b6e37aade6ecba87ba
parenttest get_git_work_tree() return value for NULL (diff)
downloadtgif-e8f30160007d976746d880dab73b805435e04149.tar.xz
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-xt/t7502-commit.sh2
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 &&