[Groonga-commit] droonga/droonga-engine at 41323a0 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 28 16:34:59 JST 2015


YUKI Hiroshi	2015-04-28 16:34:59 +0900 (Tue, 28 Apr 2015)

  New Revision: 41323a0e92921e6dd370b0d99f12c495defadc56
  https://github.com/droonga/droonga-engine/commit/41323a0e92921e6dd370b0d99f12c495defadc56

  Message:
    Fix typo

  Modified files:
    lib/droonga/fluent_message_receiver.rb

  Modified: lib/droonga/fluent_message_receiver.rb (+2 -2)
===================================================================
--- lib/droonga/fluent_message_receiver.rb    2015-04-28 16:21:03 +0900 (5afc164)
+++ lib/droonga/fluent_message_receiver.rb    2015-04-28 16:34:59 +0900 (42464ed)
@@ -27,14 +27,14 @@ module Droonga
     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
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index