commit | 765239e9d26561454f125cb3033ff55db5d78ce4 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Thu Feb 14 01:05:04 2008 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Thu Feb 14 01:05:04 2008 -0500 |
tree | 2cda99a80c863a63a946aa881c422c6a0e080ffd | |
parent | 95b002eeb38de89feb7f0cc1a55721b45fd3cf11 [diff] |
git-gui: Paper bag fix bad string length call in spellchecker We don't want the list length, we need the string length. Found due to a bad " character discovered in the text and Tcl throwing 'unmatched open quote in list'. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>