diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2018-02-14 04:08:01 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-14 11:34:25 -0800 |
commit | c9a800a66d040421879cfb88ea1083779de9d1d7 (patch) | |
tree | 0c80c6806b888fc5864b138c1a3cb8c07ce101d6 /t/t7409-submodule-detached-work-tree.sh | |
parent | Git 2.16.1 (diff) | |
download | tgif-c9a800a66d040421879cfb88ea1083779de9d1d7.tar.xz |
t/: correct obvious typo "detahced"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7409-submodule-detached-work-tree.sh')
-rwxr-xr-x | t/t7409-submodule-detached-work-tree.sh | 2 |
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 |