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>
This commit is contained in:

committed by
Shawn O. Pearce

parent
bb760f0257
commit
afdb4be0fc
@ -70,7 +70,7 @@ method _connect {pipe_fd} {
|
|||||||
[mc "Reverting dictionary to %s." $s_lang]]
|
[mc "Reverting dictionary to %s." $s_lang]]
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
error_popup [mc "Spell checker sliently failed on startup"]
|
error_popup [mc "Spell checker silently failed on startup"]
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user