From: Robert P. J. Day Date: Wed, 14 Feb 2018 09:08:01 +0000 (-0500) Subject: t/: correct obvious typo "detahced" X-Git-Tag: v2.17.0-rc0~63^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9a800a66d040421879cfb88ea1083779de9d1d7;p=thirdparty%2Fgit.git t/: correct obvious typo "detahced" Signed-off-by: Robert P. J. Day Signed-off-by: Junio C Hamano --- 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