]> rtime.felk.cvut.cz Git - sojka/git-gui.git/commitdiff
Fix typo: existant->existent
authorDmitry Ivankov <divanorama@gmail.com>
Thu, 16 Jun 2011 12:22:39 +0000 (18:22 +0600)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 11 Jul 2011 10:26:47 +0000 (11:26 +0100)
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>
git-gui.sh

index 470b13528544a0c6350150e38f25c889d76764e5..f8971603f77a495b253b5470f5546d51dd6efd14 100755 (executable)
@@ -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]