summaryrefslogtreecommitdiff
path: root/lib/rbot/dbhash.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-30 16:47:40 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-30 16:47:40 +0000
commit03580119b1ae94029c601dd0b68eed628ff3ef9d (patch)
treefc6f2c6eb2e900753c9ebc11a31c1e1266a1c061 /lib/rbot/dbhash.rb
parent37b0d5ebb084e79f9555bb4e391cfda382c46356 (diff)
dbhash.rb: fix stupid typo
Diffstat (limited to 'lib/rbot/dbhash.rb')
-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