@@ -367,15 +367,15 @@ test_expect_success 'push with colon-less refspec (4)' '
367367
368368'
369369
370- test_expect_success ' push head with non-existant , incomplete dest' '
370+ test_expect_success ' push head with non-existent , incomplete dest' '
371371
372372 mk_test &&
373373 git push testrepo master:branch &&
374374 check_push_result $the_commit heads/branch
375375
376376'
377377
378- test_expect_success ' push tag with non-existant , incomplete dest' '
378+ test_expect_success ' push tag with non-existent , incomplete dest' '
379379
380380 mk_test &&
381381 git tag -f v1.0 &&
@@ -384,14 +384,14 @@ test_expect_success 'push tag with non-existant, incomplete dest' '
384384
385385'
386386
387- test_expect_success ' push sha1 with non-existant , incomplete dest' '
387+ test_expect_success ' push sha1 with non-existent , incomplete dest' '
388388
389389 mk_test &&
390390 test_must_fail git push testrepo `git rev-parse master`:foo
391391
392392'
393393
394- test_expect_success ' push ref expression with non-existant , incomplete dest' '
394+ test_expect_success ' push ref expression with non-existent , incomplete dest' '
395395
396396 mk_test &&
397397 test_must_fail git push testrepo master^:branch
@@ -436,7 +436,7 @@ test_expect_success 'push with +HEAD' '
436436
437437'
438438
439- test_expect_success ' push HEAD with non-existant , incomplete dest' '
439+ test_expect_success ' push HEAD with non-existent , incomplete dest' '
440440
441441 mk_test &&
442442 git checkout master &&
0 commit comments