Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 17, 2015
1 parent f47aedd commit 262c856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drndump/dump_client.rb
Expand Up @@ -52,7 +52,7 @@ def initialize(params)

def run(options={}, &block)
extra_client_options = {
:backend => options[:baclend],
:backend => options[:backend],
:loop => options[:loop],
}
client = Droonga::Client.new(client_options.merge(extra_client_options))
Expand Down

0 comments on commit 262c856

Please sign in to comment.