mirror of
https://github.com/git/git.git
synced 2024-11-25 10:54:00 +08:00
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:
parent
8c0bf68353
commit
c5c45e1a2d
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user