Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxx> --- 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