diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-08-09 11:53:38 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-11 14:35:42 -0700 |
commit | 2e3a16b279a9df2e498187871c67e623e12bc8a4 (patch) | |
tree | 9eed32d1cfcbe32944e36f1b02fb2876e0707a67 /t/t6018-rev-list-glob.sh | |
parent | a0a1831b034af10e5d5b37b99489a7558f9cc547 (diff) | |
download | git-2e3a16b279a9df2e498187871c67e623e12bc8a4.tar.gz |
Spelling fixesvs/typofix
<BAD> <CORRECTED>
accidently accidentally
commited committed
dependancy dependency
emtpy empty
existance existence
explicitely explicitly
git-upload-achive git-upload-archive
hierachy hierarchy
indegee indegree
intial initial
mulitple multiple
non-existant non-existent
precendence. precedence.
priviledged privileged
programatically programmatically
psuedo-binary pseudo-binary
soemwhere somewhere
successfull successful
transfering transferring
uncommited uncommitted
unkown unknown
usefull useful
writting writing
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6018-rev-list-glob.sh')
-rwxr-xr-x | t/t6018-rev-list-glob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6018-rev-list-glob.sh b/t/t6018-rev-list-glob.sh index d00f7db868..381f35ed16 100755 --- a/t/t6018-rev-list-glob.sh +++ b/t/t6018-rev-list-glob.sh @@ -257,7 +257,7 @@ test_expect_success 'rev-list accumulates multiple --exclude' ' # "git rev-list<ENTER>" is likely to be a bug in the calling script and may -# deserve an error message, but do cases where set of refs programatically +# deserve an error message, but do cases where set of refs programmatically # given using globbing and/or --stdin need to fail with the same error, or # are we better off reporting a success with no output? The following few # tests document the current behaviour to remind us that we might want to |