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 <divanorama@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
Dmitry Ivankov 2011-06-16 18:22:39 +06:00 committed by Pat Thoyts
parent 8c0bf68353
commit c5c45e1a2d

View File

@ -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]