diff options
author | W. Trevor King <wking@tremily.us> | 2013-01-08 10:47:37 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-08 09:37:05 -0800 |
commit | 831d57a0f52c4c1bb8b9561a82b3006474595c84 (patch) | |
tree | d05bf5035a90df270b3af89aebc812ca1045a4dc /contrib/remote-helpers/git-remote-hg | |
parent | Git 1.8.1 (diff) | |
download | tgif-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-x | contrib/remote-helpers/git-remote-hg | 2 |
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('^([^<>]+)') |