"W. Trevor King" <wking@xxxxxxxxxx> writes: > Signed-off-by: W. Trevor King <wking@xxxxxxxxxx> > --- > > I was looking for one of my older messages to the Git list, and I > found this, which seems to have fallen through the cracks: Thanks; didn't Documentation/SubmittingPatches ask you not to do PGP multipart but send patches in plain text? > On Wed, Nov 28, 2012 at 03:23:20PM -0500, W. Trevor King wrote: >> I'm not sure if this is the most recent patch iteration for this >> feature, but I just saw this typo in `pu`. >> >> On Sun, Nov 04, 2012 at 03:13:29AM +0100, Felipe Contreras wrote: >> > +# Commits are modified to preserve hg information and allow biridectionality. >> ^^^^^^^^ >> s/biridectionality/bidirectionality/ > > This fixes that instance (which has since landed in master) and > another similar typo. > > contrib/remote-helpers/git-remote-hg | 2 +- > contrib/remote-helpers/test-hg-bidi.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg > index 016cdad..c700600 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('^([^<>]+)') > diff --git a/contrib/remote-helpers/test-hg-bidi.sh b/contrib/remote-helpers/test-hg-bidi.sh > index a94eb28..1d61982 100755 > --- a/contrib/remote-helpers/test-hg-bidi.sh > +++ b/contrib/remote-helpers/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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html