summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2018-02-14 04:08:01 -0500
committerJunio C Hamano <gitster@pobox.com>2018-02-14 11:34:25 -0800
commitc9a800a66d040421879cfb88ea1083779de9d1d7 (patch)
tree0c80c6806b888fc5864b138c1a3cb8c07ce101d6
parent8279ed033f703d4115bee620dccd32a9ec94d9aa (diff)
downloadgit-c9a800a66d040421879cfb88ea1083779de9d1d7.tar.gz
t/: correct obvious typo "detahced"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t7409-submodule-detached-work-tree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7409-submodule-detached-work-tree.sh b/t/t7409-submodule-detached-work-tree.sh
index c20717181e..fc018e3638 100755
--- a/t/t7409-submodule-detached-work-tree.sh
+++ b/t/t7409-submodule-detached-work-tree.sh
@@ -6,7 +6,7 @@
test_description='Test submodules on detached working tree
This test verifies that "git submodule" initialization, update and addition works
-on detahced working trees
+on detached working trees
'
TEST_NO_CREATE_REPO=1