Skip to content

Commit 831d57a

Browse files
wkinggitster
authored andcommitted
remote-hg: Fix biridectionality -> bidirectionality typos
Signed-off-by: W. Trevor King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d41784 commit 831d57a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/remote-helpers/git-remote-hg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import urllib
3131
# hg:
3232
# Emulate hg-git.
3333
# Only hg bookmarks are exported as git branches.
34-
# Commits are modified to preserve hg information and allow biridectionality.
34+
# Commits are modified to preserve hg information and allow bidirectionality.
3535
#
3636

3737
NAME_RE = re.compile('^([^<>]+)')

contrib/remote-helpers/test-hg-bidi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://bitbucket.org/durin42/hg-git/src
77
#
88

9-
test_description='Test biridectionality of remote-hg'
9+
test_description='Test bidirectionality of remote-hg'
1010

1111
. ./test-lib.sh
1212

0 commit comments

Comments
 (0)