[Groonga-commit] groonga/gcs [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 17 17:57:45 JST 2012


YUKI Hiroshi	2012-12-17 17:57:45 +0900 (Mon, 17 Dec 2012)

  New Revision: df28b5be086361d94477ec77a36fff99b51407fa
  https://github.com/groonga/gcs/commit/df28b5be086361d94477ec77a36fff99b51407fa

  Log:
    Fix typo

  Modified files:
    lib/client.js

  Modified: lib/client.js (+2 -2)
===================================================================
--- lib/client.js    2012-12-17 17:32:49 +0900 (a04e757)
+++ lib/client.js    2012-12-17 17:57:45 +0900 (03c51bd)
@@ -72,7 +72,7 @@ Client.prototype = {
         port: parsedEndpoint[4] || 80,
         klass: definition.klass
       });
-      this.cacnedAPI[type] = api;
+      this.cachedAPI[type] = api;
       return callback(api);
     }
 
@@ -89,7 +89,7 @@ Client.prototype = {
           port: endpoint[1] || 80,
           klass: definition.klass
         });
-        self.cacnedAPI[type] = api;
+        self.cachedAPI[type] = api;
         callback(api);
       } catch(error) {
         self.raiseFatalError(error);
-------------- next part --------------
HTML����������������������������...
Download 



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