summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-09-29 12:36:13 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-09-29 12:36:13 -0700
commit4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787 (patch)
treefc552caa2f062940a1f942fb805e778e656756ed
parentMerge branch 'rs/remote-simplify' (diff)
parentt9300-fast-import: fix typo in test description (diff)
downloadtgif-4d4dc66df0da8b6c1ee7af4299ed9bcaa796f787.tar.xz
Merge branch 'sb/t9300-typofix'
* sb/t9300-typofix: t9300-fast-import: fix typo in test description
-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 8a054494bd..8df0445a84 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