summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/spell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/spell.rb')
-rw-r--r--data/rbot/plugins/spell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/spell.rb b/data/rbot/plugins/spell.rb
index 9298c286..5c98430b 100644
--- 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 => '/usr/bin/ispell',
+ :default => 'ispell',
:desc => _('Path to the program to use to check spelling'))
Config.register Config::StringValue.new('spell.command_line',
:default => '%s -a -S',