diff options
author | Beat Bolli <bbolli@ewanet.ch> | 2012-08-18 13:24:00 -0700 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2012-09-17 11:53:37 +0100 |
commit | 9ef750875abd9cc41d733131a2851b5165fc2197 (patch) | |
tree | 5ab719fedd9eec4e4863518e107dc7d8fa13f14a | |
parent | 44e88ce07838fd20d7187d3031916095ce823255 (diff) | |
download | git-9ef750875abd9cc41d733131a2851b5165fc2197.tar.gz git-9ef750875abd9cc41d733131a2851b5165fc2197.tar.xz |
git-gui: Fix a loose/lose mistake
Acked-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Beat Bolli <bbolli@ewanet.ch>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-rw-r--r-- | lib/commit.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commit.tcl b/lib/commit.tcl index 0d81432af..78c5eeb7b 100644 --- a/lib/commit.tcl +++ b/lib/commit.tcl @@ -268,7 +268,7 @@ proc commit_commitmsg {curHEAD msg_p} { && [is_config_true gui.warndetachedcommit]} { set msg [mc "You are about to commit on a detached head.\ This is a potentially dangerous thing to do because if you switch\ -to another branch you will loose your changes and it can be difficult\ +to another branch you will lose your changes and it can be difficult\ to retrieve them later from the reflog. You should probably cancel this\ commit and create a new branch to continue.\n\ \n\ |