aboutsummaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
diff options
context:
space:
mode:
authorDmitry Ivankov <divanorama@gmail.com>2011-06-16 19:42:48 +0600
committerJunio C Hamano <gitster@pobox.com>2011-06-16 10:33:50 -0700
commit7be8b3baba863ae5297aedbc3635d6f4a3336838 (patch)
tree5d6bc662ec26fa92a155e77c4cb18ffd8a276d2a /t/t9300-fast-import.sh
parent302bd999fd0ef41f3605a2212c23f54ae43649f8 (diff)
downloadgit-7be8b3baba863ae5297aedbc3635d6f4a3336838.tar.gz
git-7be8b3baba863ae5297aedbc3635d6f4a3336838.tar.xz
Fix typo: existant->existent
refs.c had a error message "Trying to write ref with nonexistant object". And no tests relied on the wrong spelling. Also typo was present in some test scripts internals, these tests still pass. Signed-off-by: Dmitry Ivankov <divanorama@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-xt/t9300-fast-import.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh
index 6b1ba6c85..2a53640c5 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