diff --git a/framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php b/framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php index 31968f0a031..962b2ae945d 100644 --- a/framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php +++ b/framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php @@ -88,7 +88,7 @@ public function spellCheck($text) proc_close($process); if (strlen($out) === 0) { - throw new Horde_SpellChecker_Exception('Spellcheck failed. Command line: ' . $this->_cmd() . "\n" . $err); + throw new Horde_SpellChecker_Exception('Spellcheck failed. Command line: ' . $this->_cmd()); } // Parse output.