# HG changeset patch # User Mikael Berthe # Date 1178211394 -7200 # Node ID 33af762962f150bfe0763652744a96dd9b999a71 # Parent 602b355c5e89189ff424caf2e565804f746ce437 Cosmetics (aspell) diff -r 602b355c5e89 -r 33af762962f1 plugins/aspell_plugin.py --- a/plugins/aspell_plugin.py Wed May 02 23:53:08 2007 +0200 +++ b/plugins/aspell_plugin.py Thu May 03 18:56:34 2007 +0200 @@ -6,7 +6,7 @@ import re def handler_aspell(type, source, parameters): - parameters = parameters.lstrip().rstrip() + parameters = parameters.strip() splitdata = parameters.split() cmd = ['/usr/bin/aspell', '-a'] reply = ""