diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-17 10:09:39 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-17 10:09:39 +0000 |
commit | 6b57387fd524539e831fc434f626659d7d07d61c (patch) | |
tree | 445e45c074ffb3b99b436fd26349b1177874c742 | |
parent | e047150a9014b11badc0224c57cd8ee4b01fbf07 (diff) |
registry: it's @recovery, not @recover
-rw-r--r-- | lib/rbot/registry.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/registry.rb b/lib/rbot/registry.rb index 44756a35..358c80d6 100644 --- a/lib/rbot/registry.rb +++ b/lib/rbot/registry.rb @@ -136,7 +136,7 @@ class Bot } @registry = nil @default = nil - @recover = nil + @recovery = nil # debug "initializing registry accessor with name #{@name}" end |