Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2015
1 parent 0f52200 commit 41323a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/fluent_message_receiver.rb
Expand Up @@ -27,14 +27,14 @@ class FluentMessageReceiver
class InvalidObject < StandardError
def initialize(object)
message = "no valid tag information"
super(message, :object => obejct)
super(message, :object => object)
end
end

class UnknownTypeEntries < StandardError
def initialize(object)
message = "unknown type message: couldn't detect entries"
super(message, :object => obejct)
super(message, :object => object)
end
end

Expand Down

0 comments on commit 41323a0

Please sign in to comment.