git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Fix two tyops
@ 2015-12-16 12:24 Johannes Schindelin
  2015-12-16 12:24 ` [PATCH 1/2] t3404: fix typo Johannes Schindelin
  2015-12-16 12:25 ` [PATCH 2/2] Fix tyop in the 2.7.0 release notes Johannes Schindelin
  0 siblings, 2 replies; 5+ messages in thread
From: Johannes Schindelin @ 2015-12-16 12:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

These two grammar fixes are here solely to ramp up my commit count.

:-)


Johannes Schindelin (2):
  t3404: fix typo
  Fix tyop in the 2.7.0 release notes

 Documentation/RelNotes/2.7.0.txt | 2 +-
 t/t3404-rebase-interactive.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.6.3.windows.1.300.g1c25e49

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] t3404: fix typo
  2015-12-16 12:24 [PATCH 0/2] Fix two tyops Johannes Schindelin
@ 2015-12-16 12:24 ` Johannes Schindelin
  2015-12-16 12:25 ` [PATCH 2/2] Fix tyop in the 2.7.0 release notes Johannes Schindelin
  1 sibling, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2015-12-16 12:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 t/t3404-rebase-interactive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index 544f9ad..11dde66 100755
--- a/t/t3404-rebase-interactive.sh
+++ b/t/t3404-rebase-interactive.sh
@@ -62,7 +62,7 @@ test_expect_success 'setup' '
 
 # "exec" commands are ran with the user shell by default, but this may
 # be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
-# to create a file. Unseting SHELL avoids such non-portable behavior
+# to create a file. Unsetting SHELL avoids such non-portable behavior
 # in tests. It must be exported for it to take effect where needed.
 SHELL=
 export SHELL
-- 
2.6.3.windows.1.300.g1c25e49

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] Fix tyop in the 2.7.0 release notes
  2015-12-16 12:24 [PATCH 0/2] Fix two tyops Johannes Schindelin
  2015-12-16 12:24 ` [PATCH 1/2] t3404: fix typo Johannes Schindelin
@ 2015-12-16 12:25 ` Johannes Schindelin
  2015-12-16 12:35   ` SZEDER Gábor
  1 sibling, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2015-12-16 12:25 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 Documentation/RelNotes/2.7.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RelNotes/2.7.0.txt b/Documentation/RelNotes/2.7.0.txt
index a84caba..eb179cc 100644
--- a/Documentation/RelNotes/2.7.0.txt
+++ b/Documentation/RelNotes/2.7.0.txt
@@ -22,7 +22,7 @@ UI, Workflows & Features
 
  * Users who are too busy to type three extra keystrokes to ask for
    "git stash show -p" can now set stash.showPatch configuration
-   varible to true to always see the actual patch, not just the list
+   variable to true to always see the actual patch, not just the list
    of paths affected with feel for the extent of damage via diffstat.
 
  * "quiltimport" allows to specify the series file by honoring the
-- 
2.6.3.windows.1.300.g1c25e49

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] Fix tyop in the 2.7.0 release notes
  2015-12-16 12:25 ` [PATCH 2/2] Fix tyop in the 2.7.0 release notes Johannes Schindelin
@ 2015-12-16 12:35   ` SZEDER Gábor
  2015-12-16 15:23     ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: SZEDER Gábor @ 2015-12-16 12:35 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Junio C Hamano, git

/^Subject:/ s/tyop/typo/

;)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] Fix tyop in the 2.7.0 release notes
  2015-12-16 12:35   ` SZEDER Gábor
@ 2015-12-16 15:23     ` Johannes Schindelin
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2015-12-16 15:23 UTC (permalink / raw)
  To: SZEDER Gábor; +Cc: Junio C Hamano, git

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Hi Gábor,

On Wed, 16 Dec 2015, SZEDER Gábor wrote:

> /^Subject:/ s/tyop/typo/

That was actually on purpose... I guess I made it a habit in another
project to call it tyop from time to time to take out the edge (many
scientists are pretty bda at speling ;-)).

But sure, if that joke is lost, let's not have a tyop in the comit mesage
;-)

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-16 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16 12:24 [PATCH 0/2] Fix two tyops Johannes Schindelin
2015-12-16 12:24 ` [PATCH 1/2] t3404: fix typo Johannes Schindelin
2015-12-16 12:25 ` [PATCH 2/2] Fix tyop in the 2.7.0 release notes Johannes Schindelin
2015-12-16 12:35   ` SZEDER Gábor
2015-12-16 15:23     ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).