diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:54 -0700 |
commit | 28eb1afec90fab398fc58a1d6119b9e99a733f87 (patch) | |
tree | 17041ea7df86d2648f4aa203a0fa9e24fcf8eb44 /t/t9300-fast-import.sh | |
parent | Merge branch 'maint' (diff) | |
parent | Fix typo: existant->existent (diff) | |
download | tgif-28eb1afec90fab398fc58a1d6119b9e99a733f87.tar.xz |
Merge branch 'di/no-no-existant'
* di/no-no-existant:
Fix typo: existant->existent
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-x | t/t9300-fast-import.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 6b1ba6c858..2a53640c5b 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -1893,7 +1893,7 @@ test_expect_success \ test_cmp marks.out marks.new' cat >input <<EOF -feature import-marks=nonexistant.marks +feature import-marks=nonexistent.marks feature export-marks=marks.new EOF @@ -1904,7 +1904,7 @@ test_expect_success \ cat >input <<EOF -feature import-marks=nonexistant.marks +feature import-marks=nonexistent.marks feature export-marks=combined.marks EOF |