From 03580119b1ae94029c601dd0b68eed628ff3ef9d Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 30 Aug 2007 16:47:40 +0000 Subject: [PATCH] dbhash.rb: fix stupid typo --- lib/rbot/dbhash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5