Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 13, 2018
1 parent 1011832 commit 5d7be70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga-query-log/filter-rewriter.rb
Expand Up @@ -19,7 +19,7 @@ class FilterRewriter
def initialize(filter, options={})
@filter = filter
@options = options
@vector_accessors = @options[:vector_accssors] || []
@vector_accessors = @options[:vector_accessors] || []
end

def rewrite
Expand Down

0 comments on commit 5d7be70

Please sign in to comment.