git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "René Genz" <liebundartig@freenet.de>
To: git@vger.kernel.org
Subject: minor typo in documentation - surplus 'a'
Date: Mon, 17 Apr 2017 17:02:26 +0200	[thread overview]
Message-ID: <cdf721fe-6cfe-ae43-001e-c9ffbdb4a9de@freenet.de> (raw)

Dear sir or madam,

I noticed a minor typo in `man 1 git-commit`.
There are two consecutive 'a'. At:
https://github.com/git/git/blob/maint/Documentation/git-commit.txt#L97
you can read:
---8<---
--reset-author::
	When used with -C/-c/--amend options, or when committing after a
a conflicting ...
---8<---

Please, remove one 'a'.



I searched the code for another occurrence with:
git-maint$ for F in $(find . -type f); do grep -o "a_[[:space:]]a" <(paste -sd_ $F) | tr -d '_' ; done
a	a
a	a

One is in Documentation.
The other is from a test file, no change needed there:
https://github.com/git/git/blob/maint/t/t3904-stash-patch.sh#L94


Thank you in advance.
Have fun.
-- 
Kind regards,
René

                 reply	other threads:[~2017-04-17 15:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=cdf721fe-6cfe-ae43-001e-c9ffbdb4a9de@freenet.de \
    --to=liebundartig@freenet.de \
    --cc=git@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).