]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Fix spelling errors in comments of testcases
authorElijah Newren <newren@gmail.com>
Tue, 5 Nov 2019 17:07:24 +0000 (17:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 07:00:54 +0000 (16:00 +0900)
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
14 files changed:
t/t0000-basic.sh
t/t0027-auto-crlf.sh
t/t0500-progress-display.sh
t/t1512-rev-parse-disambiguation.sh
t/t4100/t-apply-3.patch
t/t4100/t-apply-7.patch
t/t4213-log-tabexpand.sh
t/t5528-push-default.sh
t/t5702-protocol-v2.sh
t/t6043-merge-rename-directories.sh
t/t7519-status-fsmonitor.sh
t/t9350-fast-export.sh
t/t9809-git-p4-client-view.sh
t/t9902-completion.sh

index 4d3f7ba295967e752dcf38f1fb050152ca679eef..7aabde1a691f55972d308b2072b699237949baf5 100755 (executable)
@@ -126,7 +126,7 @@ check_sub_test_lib_test () {
 
 check_sub_test_lib_test_err () {
        name="$1" # stdin is the expected output from the test
-       # expected error output is in descriptior 3
+       # expected error output is in descriptor 3
        (
                cd "$name" &&
                sed -e 's/^> //' -e 's/Z$//' >expect.out &&
index 959b6da449004c526d6f5d106d9061d9763108e9..9fcd56fab373145be53a844c374cce704ce29e97 100755 (executable)
@@ -215,7 +215,7 @@ stats_ascii () {
 }
 
 
-# contruct the attr/ returned by git ls-files --eol
+# construct the attr/ returned by git ls-files --eol
 # Take none (=empty), one or two args
 # convert.c: eol=XX overrides text=auto
 attr_ascii () {
index 24ccbd8d3b1e6d8dd3c153e3ceec0d8809b61dd4..d2d088d9a0c31752739e1fdb118677278aabaf4f 100755 (executable)
@@ -76,7 +76,7 @@ EOF
 '
 
 test_expect_success 'progress display breaks long lines #2' '
-       # Note: we dont need that many spaces after the title to cover up
+       # Note: we do not need that many spaces after the title to cover up
        # the last line before breaking the progress line.
        sed -e "s/Z$//" >expect <<\EOF &&
 Working hard.......2.........3.........4.........5.........6:   0% (1/100000)<CR>
@@ -104,7 +104,7 @@ EOF
 '
 
 test_expect_success 'progress display breaks long lines #3 - even the first is too long' '
-       # Note: we dont actually need any spaces at the end of the title
+       # Note: we do not actually need any spaces at the end of the title
        # line, because there is no previous progress line to cover up.
        sed -e "s/Z$//" >expect <<\EOF &&
 Working hard.......2.........3.........4.........5.........6:                   Z
index c19fb500cb225273fce730c656fea00a3ada624d..25744e270a467bcff246d4be8f32c9afcfb8a7ca 100755 (executable)
@@ -339,7 +339,7 @@ test_expect_success C_LOCALE_OUTPUT 'ambiguity hints' '
 test_expect_success C_LOCALE_OUTPUT 'ambiguity hints respect type' '
        test_must_fail git rev-parse 000000000^{commit} 2>stderr &&
        grep ^hint: stderr >hints &&
-       # 5 commits, 1 tag (which is a commitish), plus intro line
+       # 5 commits, 1 tag (which is a committish), plus intro line
        test_line_count = 7 hints
 '
 
index 90cdbaa5bb62a4adfa0a5eb3f6fe223b9de50e7b..cac172e7791dcd6d31902658e983236f0df2a3af 100644 (file)
@@ -211,7 +211,7 @@ dissimilarity index 82%
 -
 -              /* If this is an exact directory match, we may have
 -               * directory files following this path. Match on them.
--               * Otherwise, we're at a pach subcomponent, and we need
+-               * Otherwise, we're at a patch subcomponent, and we need
 -               * to try to match again.
 -               */
 -              if (mtype == 0)
index 07c6589e74fa5afbff9bdfd8d7b7b41f873a005b..fa2430510864e816238cc8c11b7a6573f7a35a9e 100644 (file)
@@ -335,7 +335,7 @@ diff a/ls-tree.c b/ls-tree.c
  
 -              /* If this is an exact directory match, we may have
 -               * directory files following this path. Match on them.
--               * Otherwise, we're at a pach subcomponent, and we need
+-               * Otherwise, we're at a patch subcomponent, and we need
 -               * to try to match again.
 +      if (e->directory) {
 +              /* If this is a directory, we have the following cases:
index 7f90f58c03e6fff921e65f9b4138de9dcf972941..53a4af324495dda3738388af31dcecf31f8ee1ee 100755 (executable)
@@ -36,7 +36,7 @@ count_expand ()
        esac
 
        # Prefix the output with the command line arguments, and
-       # replace SP with a dot both in the expecte and actual output
+       # replace SP with a dot both in the expected and actual output
        # so that test_cmp would show the difference together with the
        # breakage in a way easier to consume by the debugging user.
        {
index 44309566f13431fe5e70f834b4cd6bb0a674624e..4d1e0c363ea1343738ddeccdfa8ddbd056031f45 100755 (executable)
@@ -163,7 +163,7 @@ test_pushdefault_workflow success current master
 # update parent1's foo (which is our upstream)
 test_pushdefault_workflow success upstream foo
 
-# upsream is foo which is not the name of the current branch
+# upstream is foo which is not the name of the current branch
 test_pushdefault_workflow failure simple master
 
 # master and foo are updated
index ae9175cedfb2b5e51acc92ec797014e6459e3c9a..96f58e40b6109c6854dc94f27184d2edd20f6029 100755 (executable)
@@ -682,9 +682,9 @@ test_expect_success 'push with http:// and a config of v2 does not request v2' '
        git -C "$HTTPD_DOCUMENT_ROOT_PATH/http_parent" log -1 --format=%s client_branch >expect &&
        test_cmp expect actual &&
 
-       # Client didnt request to use protocol v2
+       # Client did not request to use protocol v2
        ! grep "Git-Protocol: version=2" log &&
-       # Server didnt respond using protocol v2
+       # Server did not respond using protocol v2
        ! grep "git< version 2" log
 '
 
index c966147d5d73ee669321f3efcf57e32a80259076..df321cab7879631c5dbf3428e7afa9940178e4a4 100755 (executable)
@@ -744,7 +744,7 @@ test_expect_success '3b-check: Avoid implicit rename if involved as source on cu
 #
 # What if we were to attempt to do directory rename detection when someone
 # "mostly" moved a directory but still left some files around, or,
-# equivalently, fully renamed a directory in one commmit and then recreated
+# equivalently, fully renamed a directory in one commit and then recreated
 # that directory in a later commit adding some new files and then tried to
 # merge?
 #
@@ -941,7 +941,7 @@ test_expect_success '5a-check: Merge directories, other side adds files to origi
 #   Commit B: z/{b,c,d_1,e}, y/d_3
 #   Expected: y/{b,c,e}, CONFLICT(add/add: y/d_2 vs. y/d_3)
 #   NOTE: If z/d_1 in commit B were to be involved in dir rename detection, as
-#         we normaly would since z/ is being renamed to y/, then this would be
+#         we normally would since z/ is being renamed to y/, then this would be
 #         a rename/delete (z/d_1 -> y/d_1 vs. deleted) AND an add/add/add
 #         conflict of y/d_1 vs. y/d_2 vs. y/d_3.  Add/add/add is not
 #         representable in the index, so the existence of y/d_3 needs to
@@ -2089,7 +2089,7 @@ test_expect_success '8b-check: Dual-directory rename, one into the others way, w
 #
 #   Note: It could easily be argued that the correct resolution here is
 #         y/{b,c,e}, CONFLICT(rename/delete: z/d -> y/d vs deleted)
-#         and that the modifed version of d should be present in y/ after
+#         and that the modified version of d should be present in y/ after
 #         the merge, just marked as conflicted.  Indeed, I previously did
 #         argue that.  But applying directory renames to the side of
 #         history where a file is merely modified results in spurious
index d8df99097237b970cb6643fd77bb32ef80d4ffc6..47e7189d5f773ffd5d1a2af6e3977816b54a3e1e 100755 (executable)
@@ -294,7 +294,7 @@ do
        done
 done
 
-# test that splitting the index dosn't interfere
+# test that splitting the index doesn't interfere
 test_expect_success 'splitting the index results in the same state' '
        write_integration_script &&
        dirty_repo &&
index 2e4e21481542779dab3354c0ee9b332f76ad2034..db084fe625a77d7d9c484b4acda6cccd5b5f4b77 100755 (executable)
@@ -541,7 +541,7 @@ test_expect_success 'tree_tag'        '
 
 # NEEDSWORK: not just check return status, but validate the output
 # Note that these tests DO NOTHING other than print a warning that
-# they are ommitting the one tag we asked them to export (because the
+# they are omitting the one tag we asked them to export (because the
 # tags resolve to a tree).  They exist just to make sure we do not
 # abort but instead just warn.
 test_expect_success 'tree_tag-obj'    'git fast-export tree_tag-obj'
index 3cff1fce1b7464826412ece52ef394a551dce65e..9c9710d8c7b8713f4dfb0cfacd0c07ce71a71226 100755 (executable)
@@ -407,7 +407,7 @@ test_expect_success 'reinit depot' '
 '
 
 #
-# What happens when two files of the same name are overlayed together?
+# What happens when two files of the same name are overlaid together?
 # The last-listed file should take preference.
 #
 # //depot
index 54f8ce18cb9e510edaf7d21f70ddb075a55304e3..e4af70aff16d43a9022f447a914146098e3dddd4 100755 (executable)
@@ -1257,7 +1257,7 @@ test_path_completion ()
                # In the following tests calling this function we only
                # care about how __git_complete_index_file() deals with
                # unusual characters in path names.  By requesting only
-               # untracked files we dont have to bother adding any
+               # untracked files we do not have to bother adding any
                # paths to the index in those tests.
                __git_complete_index_file --others &&
                print_comp