Skip to content

Commit 9ef7508

Browse files
bbollipatthoyts
authored andcommitted
git-gui: Fix a loose/lose mistake
Acked-by: Junio C Hamano <[email protected]> Signed-off-by: Beat Bolli <[email protected]> Signed-off-by: Pat Thoyts <[email protected]>
1 parent 44e88ce commit 9ef7508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commit.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ proc commit_commitmsg {curHEAD msg_p} {
268268
&& [is_config_true gui.warndetachedcommit]} {
269269
set msg [mc "You are about to commit on a detached head.\
270270
This is a potentially dangerous thing to do because if you switch\
271-
to another branch you will loose your changes and it can be difficult\
271+
to another branch you will lose your changes and it can be difficult\
272272
to retrieve them later from the reflog. You should probably cancel this\
273273
commit and create a new branch to continue.\n\
274274
\n\

0 commit comments

Comments
 (0)