git-gui: Gracefully display non-aspell version errors to users
commit827743b2e893a0e81e9286ef12de4c02486e6c5e
authorShawn O. Pearce <spearce@spearce.org>
Thu, 21 Feb 2008 05:17:18 +0000 (21 00:17 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 21 Feb 2008 05:22:07 +0000 (21 00:22 -0500)
treeecc4652c902ec6d31e98fb8f7498f04a8fb02867
parentde83f8cc4cd97c52a0b8a1b1ff4e949129e3a947
git-gui: Gracefully display non-aspell version errors to users

If the user has somehow managed to make us execute ispell instead
of aspell, even though our code is invoking aspell, and ispell is
not recognizing the aspell command line options we use to invoke
it then we don't want a giant usage message back from ispell.

Instead we show the ispell version number, letting the user know
we don't actually support that spell checker.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/spellcheck.tcl