1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: rbot-0.9.14/data/rbot/plugins/spell.rb
===================================================================
--- rbot-0.9.14.orig/data/rbot/plugins/spell.rb 2008-10-04 11:30:19.000000000 +0200
+++ rbot-0.9.14/data/rbot/plugins/spell.rb 2009-04-01 23:09:49.000000000 +0200
@@ -5,7 +5,7 @@
class SpellPlugin < Plugin
Config.register Config::StringValue.new('spell.path',
- :default => 'ispell',
+ :default => 'aspell',
:desc => _('Path to the program to use to check spelling'))
Config.register Config::StringValue.new('spell.command_line',
:default => '%s -a -S',
|