Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
    responce ->
    response
          ^
  • Loading branch information
kou committed Aug 28, 2014
1 parent e191897 commit e1929d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/catalog_fetcher.rb
Expand Up @@ -32,8 +32,8 @@ def fetch
catalog = nil
Droonga::Client.open(@client_options) do |client|
request = client.request(:dataset => @client_options[:dataset],
:type => "catalog.fetch") do |responce|
catalog = responce["body"]
:type => "catalog.fetch") do |response|
catalog = response["body"]
end
request.wait
end
Expand Down

0 comments on commit e1929d6

Please sign in to comment.