s/msgid "%s: %s: %s %3d%% (%ld bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes...
[midnight-commander.git] / lib / edit.spell.rc
blob19cee0eabf545626c034bb2d6838eaea3d1f78c6
1 #! /bin/sh
2 # *** External Spell Checker for Cooledit.
3 # arguments:
4 # $1 - edit file name
5 # $2 - highlight block file name
6 # $3 - error file name
8 if aspell </dev/null >/dev/null 2>&1; then
9 aspell -c "$2" 2>"$3"
10 else
11 ispell "$2" 2>"$3"