diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-12 09:47:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-12 09:47:37 -0700 |
commit | e6b8f80653063cd41903c599ec9ca83be3d3afa5 (patch) | |
tree | 52d1e93fe3edc581275f92f98981c3103471af58 /t/t3101-ls-tree-dirname.sh | |
parent | 2c44b7a53bf49430f231a71668d2a1c4ea9f5591 (diff) | |
parent | 2e3a16b279a9df2e498187871c67e623e12bc8a4 (diff) | |
download | git-e6b8f80653063cd41903c599ec9ca83be3d3afa5.tar.gz git-e6b8f80653063cd41903c599ec9ca83be3d3afa5.tar.xz |
Merge branch 'vs/typofix'
* vs/typofix:
Spelling fixes
Diffstat (limited to 't/t3101-ls-tree-dirname.sh')
-rwxr-xr-x | t/t3101-ls-tree-dirname.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3101-ls-tree-dirname.sh b/t/t3101-ls-tree-dirname.sh index 425d85893..327ded400 100755 --- a/t/t3101-ls-tree-dirname.sh +++ b/t/t3101-ls-tree-dirname.sh @@ -16,7 +16,7 @@ This test runs git ls-tree with the following in a tree. path3/1.txt - a file in a directory path3/2.txt - a file in a directory -Test the handling of mulitple directories which have matching file +Test the handling of multiple directories which have matching file entries. Also test odd filename and missing entries handling. ' . ./test-lib.sh |