From c5c45e1a2ddc28101ad19615ef6f9e0e08822206 Mon Sep 17 00:00:00 2001 From: Dmitry Ivankov Date: Thu, 16 Jun 2011 18:22:39 +0600 Subject: [PATCH] Fix typo: existant->existent This typo was discovered in core git sources. Clean in it up in git-gui too. There is just one occurence in a comment line. Signed-off-by: Dmitry Ivankov Signed-off-by: Pat Thoyts --- git-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-gui.sh b/git-gui.sh index 470b135285..f8971603f7 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -1527,7 +1527,7 @@ proc run_prepare_commit_msg_hook {} { # prepare-commit-msg requires PREPARE_COMMIT_MSG exist. From git-gui # it will be .git/MERGE_MSG (merge), .git/SQUASH_MSG (squash), or an - # empty file but existant file. + # empty file but existent file. set fd_pcm [open [gitdir PREPARE_COMMIT_MSG] a] -- 2.11.4.GIT