Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 30, 2017
1 parent 69acc93 commit 6738349
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/fluent/plugin/in_groonga.rb
@@ -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
Expand Down Expand Up @@ -35,7 +33,7 @@ def initialize
super
end

config_param :protocol, :defalut => :http do |value|
config_param :protocol, :default => :http do |value|
case value
when "http", "gqtp"
value.to_sym
Expand Down

0 comments on commit 6738349

Please sign in to comment.