remote-hg: Fix biridectionality -> bidirectionality typos

Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
W. Trevor King 2013-01-08 10:47:37 -05:00 committed by Junio C Hamano
parent 5d417842ef
commit 831d57a0f5
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ import urllib
# hg:
# Emulate hg-git.
# Only hg bookmarks are exported as git branches.
# Commits are modified to preserve hg information and allow biridectionality.
# Commits are modified to preserve hg information and allow bidirectionality.
#
NAME_RE = re.compile('^([^<>]+)')

View file

@ -6,7 +6,7 @@
# https://bitbucket.org/durin42/hg-git/src
#
test_description='Test biridectionality of remote-hg'
test_description='Test bidirectionality of remote-hg'
. ./test-lib.sh