From: Michele Ballabio Date: Thu, 21 Feb 2008 14:38:56 +0000 (+0100) Subject: git-gui: fix typo in lib/spellcheck.tcl X-Git-Tag: gitgui-0.10.0~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/afdb4be0fc48da74e8f02fe5ca22777cb2d214ed?hp=--cc git-gui: fix typo in lib/spellcheck.tcl Signed-off-by: Michele Ballabio Signed-off-by: Shawn O. Pearce --- afdb4be0fc48da74e8f02fe5ca22777cb2d214ed diff --git a/lib/spellcheck.tcl b/lib/spellcheck.tcl index 76a2f17dae..9be748683c 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 }