Merge branch 'bc/git-p4-for-python-2.4' into maint
[gitweb.git] / contrib / remote-helpers / git-remote-hg
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('^([^<>]+)')