diff options
author | Leila Muhtasib <muhtasib@gmail.com> | 2012-06-22 16:03:01 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-22 14:25:04 -0700 |
commit | 8d8136c37a98bfb545f46990e3854df3414c3528 (patch) | |
tree | 5d0542bc1ed9894ce850d47c28c0a0a3ca679038 /t/t9300-fast-import.sh | |
parent | Git 1.7.11.1 (diff) | |
download | tgif-8d8136c37a98bfb545f46990e3854df3414c3528.tar.xz |
Documentation: Fix misspellings
Signed-off-by: Leila Muhtasib <muhtasib@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-x | t/t9300-fast-import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 2aa1824a94..c17f52e586 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -2117,7 +2117,7 @@ test_expect_success \ grep :1 git.marks' test_expect_success \ - 'R: export-marks options can be overriden by commandline options' \ + 'R: export-marks options can be overridden by commandline options' \ 'cat input | git fast-import --export-marks=other.marks && grep :1 other.marks' |