]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t: fix typos
authorAndrew Kreimer <algonell@gmail.com>
Thu, 17 Oct 2024 11:28:35 +0000 (14:28 +0300)
committerTaylor Blau <me@ttaylorr.com>
Thu, 17 Oct 2024 20:14:56 +0000 (16:14 -0400)
Fix typos in documentation, comments, etc.

Via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
t/t0000-basic.sh
t/t0021-conversion.sh
t/t0212/parse_events.perl
t/t0600-reffiles-backend.sh
t/t1016-compatObjectFormat.sh
t/t1092-sparse-checkout-compatibility.sh
t/t1400-update-ref.sh
t/t1506-rev-parse-diagnosis.sh
t/t2082-parallel-checkout-attributes.sh

index 98b81e4d63fa4cf4ddd1df0acd7d333dea5de0c4..35c5c2b4f9beb4ad9fadd359ec32d31d6fdf771e 100755 (executable)
@@ -684,7 +684,7 @@ test_expect_success 'subtest: tests respect lazy prerequisites' '
        write_and_run_sub_test_lib_test lazy-prereqs <<-\EOF &&
 
        test_lazy_prereq LAZY_TRUE true
-       test_expect_success LAZY_TRUE "lazy prereq is satisifed" "true"
+       test_expect_success LAZY_TRUE "lazy prereq is satisfied" "true"
        test_expect_success !LAZY_TRUE "negative lazy prereq" "false"
 
        test_lazy_prereq LAZY_FALSE false
@@ -695,7 +695,7 @@ test_expect_success 'subtest: tests respect lazy prerequisites' '
        EOF
 
        check_sub_test_lib_test lazy-prereqs <<-\EOF
-       ok 1 - lazy prereq is satisifed
+       ok 1 - lazy prereq is satisfied
        ok 2 # skip negative lazy prereq (missing !LAZY_TRUE)
        ok 3 # skip lazy prereq not satisfied (missing LAZY_FALSE)
        ok 4 - negative false prereq
index eeb2714d9d92040a85a7667bd662c64528b1d630..9e6c6ee0d44c0353dbf7dc10fe9c24a4421693a3 100755 (executable)
@@ -1116,11 +1116,11 @@ do
                test_delayed_checkout_progress test_terminal git checkout $opt
        '
 
-       test_expect_success PERL "delayed checkout ommits progress on non-tty ($mode checkout)" '
+       test_expect_success PERL "delayed checkout omits progress on non-tty ($mode checkout)" '
                test_delayed_checkout_progress ! git checkout $opt
        '
 
-       test_expect_success PERL,TTY "delayed checkout ommits progress with --quiet ($mode checkout)" '
+       test_expect_success PERL,TTY "delayed checkout omits progress with --quiet ($mode checkout)" '
                test_delayed_checkout_progress ! test_terminal git checkout --quiet $opt
        '
 
index 30a9f51e9f1ecc7820c244fe1bb604e0acea8e94..7146476c69fe44b72aece3bf9015a8075bb1969b 100644 (file)
@@ -204,7 +204,7 @@ while (<>) {
     }
 
     # A series of potentially nested and threaded region and data events
-    # is fundamentally incompatibile with the type of summary record we
+    # is fundamentally incompatible with the type of summary record we
     # are building in this script.  Since they are intended for
     # perf-trace-like analysis rather than a result summary, we ignore
     # most of them here.
index 20df336cc37486994914fec87ad94a599d025bbc..bef2b70871364931ab8b3ead950f59d11b6fe216 100755 (executable)
@@ -271,7 +271,7 @@ test_expect_success 'setup worktree' '
 # Some refs (refs/bisect/*, pseudorefs) are kept per worktree, so they should
 # only appear in the for-each-reflog output if it is called from the correct
 # worktree, which is exercised in this test. This test is poorly written for
-# mulitple reasons: 1) it creates invalidly formatted log entres. 2) it uses
+# multiple reasons: 1) it creates invalidly formatted log entries. 2) it uses
 # direct FS access for creating the reflogs. 3) PSEUDO-WT and refs/bisect/random
 # do not create reflogs by default, so it is not testing a realistic scenario.
 test_expect_success 'for_each_reflog()' '
index be3206a16f6e3018c366bac01c7d3c0b6866e18b..92024fe51dca754ac5034b8840a6415b2c2e4e0c 100755 (executable)
@@ -117,7 +117,7 @@ do
                git config extensions.objectformat $hash &&
                git config extensions.compatobjectformat $(compat_hash $hash) &&
                git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
-               echo "Hellow World!" > hello &&
+               echo "Hello World!" > hello &&
                eval hello_${hash}_oid=$(git hash-object hello) &&
                git update-index --add hello &&
                git commit -m "Initial commit" &&
index 3d44bd76431c5382bec2b69598bd5a2434574157..2157f37da36fd61b6cfac3d09d3e01643bd1e6e4 100755 (executable)
@@ -708,7 +708,7 @@ test_expect_success 'reset with wildcard pathspec' '
        test_all_match git ls-files -s -- deep &&
 
        # The following `git reset`s result in updating the index on files with
-       # `skip-worktree` enabled. To avoid failing due to discrepencies in reported
+       # `skip-worktree` enabled. To avoid failing due to discrepancies in reported
        # "modified" files, `test_sparse_match` reset is performed separately from
        # "full-checkout" reset, then the index contents of all repos are verified.
 
@@ -824,7 +824,7 @@ test_expect_success 'update-index --remove outside sparse definition' '
        # Reset the state
        test_all_match git reset --hard &&
 
-       # --force-remove supercedes --ignore-skip-worktree-entries, removing
+       # --force-remove supersedes --ignore-skip-worktree-entries, removing
        # a skip-worktree file from the index (and disk) when both are specified
        # with --remove
        test_sparse_match git update-index --force-remove --ignore-skip-worktree-entries folder1/a &&
@@ -2081,7 +2081,7 @@ test_expect_success 'grep is not expanded' '
 test_expect_failure 'grep within submodules is not expanded' '
        init_repos_as_submodules &&
 
-       # do not use ensure_not_expanded() here, becasue `grep` should be
+       # do not use ensure_not_expanded() here, because `grep` should be
        # run in the superproject, not in "./sparse-index"
        GIT_TRACE2_EVENT="$(pwd)/trace2.txt" \
        git grep --cached --recurse-submodules a -- "*/folder1/*" &&
index eb1691860dabadffe60737656ba2f9221cab9322..bb057596f1e05abe4e0fa561a7eb1c1d087b91a1 100755 (executable)
@@ -1838,10 +1838,10 @@ do
 
        test_expect_success "stdin $type create dangling symref ref works" '
                test_when_finished "git symbolic-ref -d refs/heads/symref" &&
-               format_command $type "symref-create refs/heads/symref" "refs/heads/unkown" >stdin &&
+               format_command $type "symref-create refs/heads/symref" "refs/heads/unknown" >stdin &&
                git update-ref --stdin $type --no-deref <stdin &&
                git symbolic-ref refs/heads/symref >expect &&
-               echo refs/heads/unkown >actual &&
+               echo refs/heads/unknown >actual &&
                test_cmp expect actual
        '
 
index ef40511d8972924fed8abc1e8cb29f9bcf0cda77..a3464976e3a934ca1dc0b17703b6476339a07fcb 100755 (executable)
@@ -195,7 +195,7 @@ test_expect_success 'dotdot is not an empty set' '
 '
 
 test_expect_success 'dotdot does not peel endpoints' '
-       git tag -a -m "annote" annotated HEAD &&
+       git tag -a -m "annotate" annotated HEAD &&
        A=$(git rev-parse annotated) &&
        H=$(git rev-parse annotated^0) &&
        {
index aec55496eb1588f022ada0e967251d4b6833c574..da06cafad7b35038c29679b718af80449b2ca3b5 100755 (executable)
@@ -91,7 +91,7 @@ test_expect_success 'parallel-checkout with eol conversions' '
 
 # Entries that require an external filter are not eligible for parallel
 # checkout. Check that both the parallel-eligible and non-eligible entries are
-# properly writen in a single checkout operation.
+# properly written in a single checkout operation.
 #
 test_expect_success 'parallel-checkout and external filter' '
        set_checkout_config 2 0 &&