[Groonga-commit] groonga/fluent-plugin-groonga at 6738349 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 30 12:56:09 JST 2017


Kouhei Sutou	2017-03-30 12:56:09 +0900 (Thu, 30 Mar 2017)

  New Revision: 673834950fb28ee3863d704dfc48b3a505de0b7c
  https://github.com/groonga/fluent-plugin-groonga/commit/673834950fb28ee3863d704dfc48b3a505de0b7c

  Message:
    Fix a typo

  Modified files:
    lib/fluent/plugin/in_groonga.rb

  Modified: lib/fluent/plugin/in_groonga.rb (+2 -4)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2017-03-30 12:44:58 +0900 (9848857)
+++ lib/fluent/plugin/in_groonga.rb    2017-03-30 12:56:09 +0900 (0082151)
@@ -1,6 +1,4 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2012-2016  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2012-2017  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -35,7 +33,7 @@ module Fluent
       super
     end
 
-    config_param :protocol, :defalut => :http do |value|
+    config_param :protocol, :default => :http do |value|
       case value
       when "http", "gqtp"
         value.to_sym
-------------- next part --------------
HTML����������������������������...
Download 



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