git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] rebase -i: fix comment typo
@ 2017-11-08 13:20 Adam Dinwoodie
  2017-11-09  3:32 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Dinwoodie @ 2017-11-08 13:20 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Lucien Kong

Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
---
 git-rebase--interactive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index 2563dc52d..437815669 100644
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -722,7 +722,7 @@ collapse_todo_ids() {
 	git rebase--helper --shorten-ids
 }
 
-# Add commands after a pick or after a squash/fixup serie
+# Add commands after a pick or after a squash/fixup series
 # in the todo list.
 add_exec_commands () {
 	{
-- 
2.14.3


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

* Re: [PATCH] rebase -i: fix comment typo
  2017-11-08 13:20 [PATCH] rebase -i: fix comment typo Adam Dinwoodie
@ 2017-11-09  3:32 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2017-11-09  3:32 UTC (permalink / raw)
  To: Adam Dinwoodie; +Cc: git, Johannes Schindelin, Lucien Kong

Adam Dinwoodie <adam@dinwoodie.org> writes:

> Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
> ---
>  git-rebase--interactive.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
> index 2563dc52d..437815669 100644
> --- a/git-rebase--interactive.sh
> +++ b/git-rebase--interactive.sh
> @@ -722,7 +722,7 @@ collapse_todo_ids() {
>  	git rebase--helper --shorten-ids
>  }
>  
> -# Add commands after a pick or after a squash/fixup serie
> +# Add commands after a pick or after a squash/fixup series
>  # in the todo list.
>  add_exec_commands () {
>  	{

Thanks.  I recall deliberately letting this slip through knowing
that it came from France ;-)

Will apply.

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

end of thread, other threads:[~2017-11-09  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 13:20 [PATCH] rebase -i: fix comment typo Adam Dinwoodie
2017-11-09  3:32 ` Junio C Hamano

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).