]> asedeno.scripts.mit.edu Git - git.git/commitdiff
git-gui: fix typo in lib/spellcheck.tcl
authorMichele Ballabio <barra_cuda@katamail.com>
Thu, 21 Feb 2008 14:38:56 +0000 (15:38 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 22 Feb 2008 06:33:07 +0000 (01:33 -0500)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/spellcheck.tcl

index 76a2f17daeb2ff7e463be39368e9946941b6d3d9..9be748683ce101821a91bf9461ccadfd58c8adf1 100644 (file)
@@ -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
        }