diff --git a/classes/PSpellShell.php b/classes/PSpellShell.php index 211a3f2..9808036 100644 --- a/classes/PSpellShell.php +++ b/classes/PSpellShell.php @@ -110,7 +110,7 @@ function _getCMD($lang) { if (preg_match("#win#i", php_uname())) return "$bin -a --lang=$lang --encoding=utf-8 -H < $file 2>&1"; - return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H"); + return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H"; } }