[Groonga-commit] groonga/groonga-log at 04143c5 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 15 14:21:04 JST 2018


Kouhei Sutou	2018-01-15 14:21:04 +0900 (Mon, 15 Jan 2018)

  New Revision: 04143c5f4bae0814546601b032e8184d4ccf71cf
  https://github.com/groonga/groonga-log/commit/04143c5f4bae0814546601b032e8184d4ccf71cf

  Message:
    Fix a typo

  Modified files:
    lib/groonga-log/parser.rb

  Modified: lib/groonga-log/parser.rb (+1 -1)
===================================================================
--- lib/groonga-log/parser.rb    2018-01-15 14:20:03 +0900 (554413b)
+++ lib/groonga-log/parser.rb    2018-01-15 14:21:04 +0900 (c9534f9)
@@ -28,7 +28,7 @@ module GroongaLog
 
     class << self
       def target_line?(line)
-        if line.respond_to?(:valid_encodign?)
+        if line.respond_to?(:valid_encoding?)
           return false unless line.valid_eocoding?
         end
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180115/74086bd8/attachment.htm 



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