From cda66ff5e943161fcf8845444e43fdea4a20766d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 8 Jan 2013 10:47:37 -0500 Subject: [PATCH] remote-hg: Fix biridectionality -> bidirectionality typos Signed-off-by: W. Trevor King Signed-off-by: Junio C Hamano --- git-remote-hg | 2 +- test-hg-bidi.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-remote-hg b/git-remote-hg index 016cdad..c700600 100755 --- a/git-remote-hg +++ b/git-remote-hg @@ -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('^([^<>]+)') diff --git a/test-hg-bidi.sh b/test-hg-bidi.sh index a94eb28..1d61982 100755 --- a/test-hg-bidi.sh +++ b/test-hg-bidi.sh @@ -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