git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tg-update: fix user visible typo in info msg
@ 2009-05-28  6:04 Ilpo Järvinen
  2009-05-28  7:18 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Ilpo Järvinen @ 2009-05-28  6:04 UTC (permalink / raw)
  To: git; +Cc: Uwe Kleine-König

[-- Attachment #1: Type: TEXT/PLAIN, Size: 687 bytes --]


Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
---
 tg-update.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tg-update.sh b/tg-update.sh
index 288ec14..73280c6 100644
--- a/tg-update.sh
+++ b/tg-update.sh
@@ -59,7 +59,7 @@ if [ -s "$depcheck" ]; then
 					info "You are in a subshell. If you abort the merge,"
 					info "use \`exit 1\` to abort the recursive update altogether."
 					if ! sh -i </dev/tty; then
-						info "Ok, you aborated the merge. Now, you just need to"
+						info "Ok, you aborted the merge. Now, you just need to"
 						info "switch back to some sane branch using \`git checkout\`."
 						exit 3
 					fi
-- 
1.5.2.2

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

* Re: [PATCH] tg-update: fix user visible typo in info msg
  2009-05-28  6:04 [PATCH] tg-update: fix user visible typo in info msg Ilpo Järvinen
@ 2009-05-28  7:18 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2009-05-28  7:18 UTC (permalink / raw)
  To: Ilpo Järvinen; +Cc: git

Hello,

On Thu, May 28, 2009 at 09:04:33AM +0300, Ilpo Järvinen wrote:
> -						info "Ok, you aborated the merge. Now, you just need to"
> +						info "Ok, you aborted the merge. Now, you just need to"
Thanks
Uwe

-- 
Pengutronix e.K.                              | Uwe Kleine-König            |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

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

end of thread, other threads:[~2009-05-28  7:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28  6:04 [PATCH] tg-update: fix user visible typo in info msg Ilpo Järvinen
2009-05-28  7:18 ` Uwe Kleine-König

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