summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-29 19:36:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-29 19:36:13 (GMT)
commit4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787 (patch)
treefc552caa2f062940a1f942fb805e778e656756ed /t/t9300-fast-import.sh
parent60dfd8461b11e419edecec1b7734442656ed9e06 (diff)
parent634c42da2282cfc718c72da85efff870cfe5f253 (diff)
downloadgit-4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787.zip
git-4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787.tar.gz
git-4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787.tar.bz2
Merge branch 'sb/t9300-typofix'
* sb/t9300-typofix: t9300-fast-import: fix typo in test description
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 8a05449..8df0445 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