summaryrefslogtreecommitdiff
path: root/lib/spellcheck.tcl
diff options
context:
space:
mode:
authorLibravatar Michele Ballabio <barra_cuda@katamail.com>2008-02-21 15:38:56 +0100
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2008-02-22 01:33:07 -0500
commitafdb4be0fc48da74e8f02fe5ca22777cb2d214ed (patch)
tree359c923313b9b1214de3bf57abd1885615b71606 /lib/spellcheck.tcl
parentgit-gui: Shorten Aspell version strings to just Aspell version number (diff)
downloadtgif-afdb4be0fc48da74e8f02fe5ca22777cb2d214ed.tar.xz
git-gui: fix typo in lib/spellcheck.tcl
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/spellcheck.tcl')
-rw-r--r--lib/spellcheck.tcl2
1 files changed, 1 insertions, 1 deletions
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
}