remote-hg: Fix biridectionality -> bidirectionality typos
authorW. Trevor King <wking@tremily.us>
Tue, 8 Jan 2013 15:47:37 +0000 (10:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2013 17:37:05 +0000 (09:37 -0800)
Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-hg
contrib/remote-helpers/test-hg-bidi.sh

index 016cdadb4d8d5af3b0b68c21c1df3054dd1c5f17..c7006000a6f4a19fa4e5f4bf3fc543d4756a1f4d 100755 (executable)
@@ -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('^([^<>]+)')
index a94eb28092503c060cc725b720715d611d54527a..1d6198243667c655639781019d8d608e0791e00b 100755 (executable)
@@ -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