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

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Fri Dec 7 15:09:40 JST 2012


YUKI Hiroshi	2012-12-07 15:09:40 +0900 (Fri, 07 Dec 2012)

  New Revision: 9c4d6cc9cb0d9dcbe00434c5005aa2482b4769c4
  https://github.com/groonga/gcs/commit/9c4d6cc9cb0d9dcbe00434c5005aa2482b4769c4

  Log:
    Fix typo

  Modified files:
    lib/database/storage.js

  Modified: lib/database/storage.js (+1 -1)
===================================================================
--- lib/database/storage.js    2012-12-07 15:04:45 +0900 (4bf14bd)
+++ lib/database/storage.js    2012-12-07 15:09:40 +0900 (4fd9563)
@@ -17,7 +17,7 @@ FileStorage.prototype = {
 
   get directoryPath() {
     if (!this._directoryPath) {
-      this._directoryPath = paht.join(this.basePath, this.name);
+      this._directoryPath = path.join(this.basePath, this.name);
     }
     return this._directoryPath;
   },
-------------- next part --------------
HTML����������������������������...
Download 



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