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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 12日 (木) 18:21:36 JST


SHIMODA Hiroshi	2012-07-12 18:21:36 +0900 (Thu, 12 Jul 2012)

  New Revision: 51d0259a14bd04d230f18f4b9364b91404e24403
  https://github.com/groonga/gcs/commit/51d0259a14bd04d230f18f4b9364b91404e24403

  Log:
    Fix typo

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+1 -1)
===================================================================
--- lib/database/domain.js    2012-07-12 18:18:51 +0900 (d60c02b)
+++ lib/database/domain.js    2012-07-12 18:21:36 +0900 (13a4e04)
@@ -143,7 +143,7 @@ Domain.prototype = {
       flags: nroonga.TABLE_HASH_KEY,
       key_type: nroonga.ShortText
     });
-    this.cotnext.commandSync('table_create', {
+    this.context.commandSync('table_create', {
       name: this.termsTableName,
       flags: nroonga.TABLE_PAT_KEY + '|' + nroonga.KEY_NORMALIZE,
       key_type: nroonga.ShortText,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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