---
 data/rbot/plugins/spell.rb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/data/rbot/plugins/spell.rb
+++ b/data/rbot/plugins/spell.rb
@@ -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',
