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

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Wed Aug 22 19:46:34 JST 2012


YUKI Hiroshi	2012-08-22 19:46:34 +0900 (Wed, 22 Aug 2012)

  New Revision: 245c44517c7ec9270aa977a4cdc6572d739551a9
  https://github.com/groonga/gcs/commit/245c44517c7ec9270aa977a4cdc6572d739551a9

  Log:
    Fix typo

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+2 -2)
===================================================================
--- lib/database/domain.js    2012-08-22 19:44:35 +0900 (84e686b)
+++ lib/database/domain.js    2012-08-22 19:46:34 +0900 (b3afced)
@@ -260,12 +260,12 @@ Domain.prototype = {
   },
 
   getDocumentsEndpoint: function(hostname) {
-    hostanme = hostname.replace(/^\./, '');
+    hostname = hostname.replace(/^\./, '');
     hostname = toValidHostAndPort(hostname);
     return 'doc-' + this.name + '-' + this.id + '.' + hostname;
   },
   getSearchEndpoint: function(hostname) {
-    hostanme = hostname.replace(/^\./, '');
+    hostname = hostname.replace(/^\./, '');
     hostname = toValidHostAndPort(hostname);
     return 'search-' + this.name + '-' + this.id + '.' + hostname;
   },
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index