From: Dmitry Ivankov Date: Thu, 16 Jun 2011 12:22:39 +0000 (+0600) Subject: Fix typo: existant->existent X-Git-Tag: gitgui-0.15.0~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c5c45e1a2ddc28101ad19615ef6f9e0e08822206;p=git.git 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 --- diff --git a/git-gui.sh b/git-gui.sh index 470b13528..f8971603f 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]