[Groonga-commit] long-long-float/droonga-engine at e1929d6 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 12:06:11 JST 2014


Kouhei Sutou	2014-08-28 12:06:11 +0900 (Thu, 28 Aug 2014)

  New Revision: e1929d6b8db8920cfd0a724040c6c052a8809481
  https://github.com/long-long-float/droonga-engine/commit/e1929d6b8db8920cfd0a724040c6c052a8809481

  Merged 5be18f3: Merge branch 'master' of github.com:droonga/droonga-engine
  Merged 15fc80d: Merge branch 'master' of github.com:droonga/droonga-engine

  Message:
    Fix a typo
    
        responce ->
        response
              ^

  Modified files:
    lib/droonga/catalog_fetcher.rb

  Modified: lib/droonga/catalog_fetcher.rb (+2 -2)
===================================================================
--- lib/droonga/catalog_fetcher.rb    2014-08-28 12:04:32 +0900 (a1bc8c6)
+++ lib/droonga/catalog_fetcher.rb    2014-08-28 12:06:11 +0900 (9548c8d)
@@ -32,8 +32,8 @@ module Droonga
       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
-------------- next part --------------
HTML����������������������������...
Download 



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