[PATCH] git-gui: fix typo in lib/spellcheck.tcl
From: Michele Ballabio <hidden>
Date: 2016-06-15 22:44:15
Signed-off-by: Michele Ballabio <redacted> --- lib/spellcheck.tcl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/spellcheck.tcl b/lib/spellcheck.tcl
index 76a2f17..9be7486 100644
--- a/lib/spellcheck.tcl
+++ b/lib/spellcheck.tcl@@ -70,7 +70,7 @@ method _connect {pipe_fd} { [mc "Reverting dictionary to %s." $s_lang]] } } else { - error_popup [mc "Spell checker sliently failed on startup"] + error_popup [mc "Spell checker silently failed on startup"] } return }
--
1.5.4.2