From 2571ac67229370e9b27d19df29f529e7fd5f7502 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 5 Jun 2007 21:24:19 -0700 Subject: [PATCH] Fix typo in git-mergetool Signed-off-by: Josh Triplett Signed-off-by: Junio C Hamano --- git-mergetool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-mergetool.sh b/git-mergetool.sh index e62351bcba..bb21b037d6 100755 --- a/git-mergetool.sh +++ b/git-mergetool.sh @@ -5,7 +5,7 @@ # Copyright (c) 2006 Theodore Y. Ts'o # # This file is licensed under the GPL v2, or a later version -# at the discretion of Junio C Hammano. +# at the discretion of Junio C Hamano. # USAGE='[--tool=tool] [file to merge] ...' -- 2.11.4.GIT