From 208320de8044acea5f637dd64475c3756d899094 Mon Sep 17 00:00:00 2001 From: Michele Ballabio Date: Thu, 22 Nov 2007 16:20:08 +0100 Subject: [PATCH] git-gui: fix a typo in lib/commit.tcl Signed-off-by: Michele Ballabio Signed-off-by: Shawn O. Pearce --- lib/commit.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commit.tcl b/lib/commit.tcl index 10b0430..b2d2d53 100644 --- a/lib/commit.tcl +++ b/lib/commit.tcl @@ -184,7 +184,7 @@ You must stage at least 1 file before you can commit. A good commit message has the following format: -- First line: Describe in one sentance what you did. +- First line: Describe in one sentence what you did. - Second line: Blank - Remaining lines: Describe why this change is good. "] -- 2.11.4.GIT