summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/dbhash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/dbhash.rb b/lib/rbot/dbhash.rb
index 2f6f461f..3220fb7f 100644
--- a/lib/rbot/dbhash.rb
+++ b/lib/rbot/dbhash.rb
@@ -131,7 +131,7 @@ module Irc
begin
debug "DBTree: checkpointing ..."
@@env.checkpoint
- rescue Excpetion => e
+ rescue Exception => e
debug "Failed: #{e.pretty_inspect}"
end
begin