Fix more typos, primarily in the code

The only visible change is that git-blame doesn't understand
"--compability" anymore, but it does accept "--compatibility" instead,
which is already documented.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Pavel Roskin
2006-07-10 01:50:18 -04:00
committed by Junio C Hamano
parent 930cf7dd7c
commit 82e5a82fd7
34 changed files with 56 additions and 56 deletions

View File

@ -31,7 +31,7 @@ test_expect_success 'cloning with reference' \
cd "$base_dir"
test_expect_success 'existance of info/alternates' \
test_expect_success 'existence of info/alternates' \
'test `wc -l <C/.git/objects/info/alternates` = 2'
cd "$base_dir"

View File

@ -81,7 +81,7 @@ test_valid_repo"
cd "$base_dir"
test_expect_failure 'that info/alternates is neccessary' \
test_expect_failure 'that info/alternates is necessary' \
'cd C &&
rm .git/objects/info/alternates &&
test_valid_repo'

View File

@ -154,7 +154,7 @@ test_sequence()
test_bisection_diff 0 $_bisect_option u5 ^U
#
# the following illustrate's Linus' binary bug blatt idea.
# the following illustrates Linus' binary bug blatt idea.
#
# assume the bug is actually at l3, but you don't know that - all you know is that l3 is broken
# and it wasn't broken before

View File

@ -4,7 +4,7 @@
#
# See http://marc.theaimsgroup.com/?l=git&m=111463358500362&w=2 for a
# nice decription of what this is about.
# nice description of what this is about.
test_description='Test criss-cross merge'