summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/git-remote-hg
diff options
context:
space:
mode:
authorLibravatar W. Trevor King <wking@tremily.us>2013-01-08 10:47:37 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-01-08 09:37:05 -0800
commit831d57a0f52c4c1bb8b9561a82b3006474595c84 (patch)
treed05bf5035a90df270b3af89aebc812ca1045a4dc /contrib/remote-helpers/git-remote-hg
parentGit 1.8.1 (diff)
downloadtgif-831d57a0f52c4c1bb8b9561a82b3006474595c84.tar.xz
remote-hg: Fix biridectionality -> bidirectionality typos
Signed-off-by: W. Trevor King <wking@tremily.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers/git-remote-hg')
-rwxr-xr-xcontrib/remote-helpers/git-remote-hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index 016cdadb4d..c7006000a6 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/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('^([^<>]+)')