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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 2日 (木) 13:33:49 JST


SHIMODA Hiroshi	2012-08-02 13:33:49 +0900 (Thu, 02 Aug 2012)

  New Revision: 987da6d42f944fe24de4cc8c46b86c4af1fb9ab9
  https://github.com/groonga/gcs/commit/987da6d42f944fe24de4cc8c46b86c4af1fb9ab9

  Log:
    Fix typo

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+2 -2)
===================================================================
--- lib/database/domain.js    2012-08-02 13:33:10 +0900 (77a1508)
+++ lib/database/domain.js    2012-08-02 13:33:49 +0900 (ccc4305)
@@ -204,12 +204,12 @@ Domain.prototype = {
 
   getDocumentsEndpoint: function(hostname) {
     if (hostname.charAt(0) != '.')
-      hostname = '.' + hostaname;
+      hostname = '.' + hostname;
     return 'doc-' + this.name + '-' + this.id + hostname;
   },
   getSearchEndpoint: function(hostname) {
     if (hostname.charAt(0) != '.')
-      hostname = '.' + hostaname;
+      hostname = '.' + hostname;
     return 'search-' + this.name + '-' + this.id + hostname;
   },
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Télécharger 



Groonga-commit メーリングリストの案内
Back to archive index