summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@gmail.com>2014-09-21 15:02:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-22 19:42:24 (GMT)
commit634c42da2282cfc718c72da85efff870cfe5f253 (patch)
tree2e6ffa99a9707036bfffd5efa479926aad64de6d /t/t9300-fast-import.sh
parente6aaa393478bf3ee9f4cde8d82cd258c034cd335 (diff)
downloadgit-634c42da2282cfc718c72da85efff870cfe5f253.zip
git-634c42da2282cfc718c72da85efff870cfe5f253.tar.gz
git-634c42da2282cfc718c72da85efff870cfe5f253.tar.bz2
t9300-fast-import: fix typo in test description
Signed-off-by: Stefan Beller <stefanbeller@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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh
index 27263df..4a4cca7 100755
--- a/t/t9300-fast-import.sh
+++ b/t/t9300-fast-import.sh
@@ -2866,7 +2866,7 @@ test_expect_success 'S: notemodify with garbage after sha1 dataref must fail' '
#
# notemodify, mark in commit-ish
#
-test_expect_success 'S: notemodify with garbarge after mark commit-ish must fail' '
+test_expect_success 'S: notemodify with garbage after mark commit-ish must fail' '
test_must_fail git fast-import --import-marks=marks <<-EOF 2>err &&
commit refs/heads/Snotes
committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE