All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, trivial@kernel.org,
	lucas.de.marchi@gmail.com
Subject: Re: [GIT PULL] Fix common misspellings
Date: Thu, 7 Apr 2011 21:19:28 +0200	[thread overview]
Message-ID: <20110407191928.GA26693@elte.hu> (raw)
In-Reply-To: <BANLkTi=SZ_h5OpHpR7oa=+in51UciJA+UA@mail.gmail.com>


* Lucas De Marchi <lucas.demarchi@profusion.mobi> wrote:

> > where (cant') was changed into (can't') - notice the extra apostrophe
> > (it used to be there, just transposed with the 't' - there were at
> > least three of those).
> 
> Right.. the problem here is that  ' was considered a word boundary.

There's another variant i found of this:

	/* The Specialix board doens't/does't implement the RTS lines.

Note how doens was considered a typoed word - while the full typo was doens't. 

So the correct resolution would be:

	/* The Specialix board doesn't implement the RTS lines.

instead of the current:

	/* The Specialix board does't implement the RTS lines.

Thanks,

	Ingo

  reply	other threads:[~2011-04-07 19:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31  3:26 [GIT PULL] Fix common misspellings Lucas De Marchi
2011-03-31  6:29 ` Ingo Molnar
2011-03-31 13:52   ` Lucas De Marchi
2011-03-31 14:44   ` Lucas De Marchi
2011-04-06 14:17     ` Lucas De Marchi
2011-04-07 18:28       ` Linus Torvalds
2011-04-07 18:50         ` Ingo Molnar
2011-04-07 19:21           ` Lucas De Marchi
2011-04-07 19:24             ` Linus Torvalds
2011-04-07 19:05         ` Ingo Molnar
2011-04-07 19:07           ` Linus Torvalds
2011-04-07 19:19             ` Lucas De Marchi
2011-04-07 19:16         ` Lucas De Marchi
2011-04-07 19:19           ` Ingo Molnar [this message]
2011-04-07 19:23             ` Ingo Molnar
2011-04-07 19:24             ` Ingo Molnar
2011-04-07 19:31             ` Ingo Molnar
2011-04-07 19:47               ` Lucas De Marchi
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29  6:07 Lucas De Marchi
2011-05-29 18:55 ` Linus Torvalds
2011-06-05 21:45   ` Jiri Kosina
2011-06-24 21:28   ` Lucas De Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110407191928.GA26693@elte.hu \
    --to=mingo@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lucas.de.marchi@gmail.com \
    --cc=lucas.demarchi@profusion.mobi \
    --cc=torvalds@linux-foundation.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.