[Groonga-commit] droonga/express-droonga at e38a3b8 [master] groonga: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 28 12:05:44 JST 2014


Kouhei Sutou	2014-04-28 12:05:44 +0900 (Mon, 28 Apr 2014)

  New Revision: e38a3b8b0807f8e0e01640aa5e8761c97374caed
  https://github.com/droonga/express-droonga/commit/e38a3b8b0807f8e0e01640aa5e8761c97374caed

  Message:
    groonga: fix a typo

  Modified files:
    lib/adapter/api/groonga/loader.js

  Modified: lib/adapter/api/groonga/loader.js (+1 -1)
===================================================================
--- lib/adapter/api/groonga/loader.js    2014-04-28 11:58:49 +0900 (d8266cc)
+++ lib/adapter/api/groonga/loader.js    2014-04-28 12:05:44 +0900 (dcca79e)
@@ -56,7 +56,7 @@ Loader.prototype._extractParameters = function _extractParameters() {
   if (!this._table) {
     throw {
       statusCode: statusCodes.INVALID_ARGUMENT,
-      messasge: 'required parameter is missing: <table>',
+      message: 'required parameter is missing: <table>',
       httpStatusCode: httpStatusCodes.BAD_REQUEST
     };
   }
-------------- next part --------------
HTML����������������������������...
Download 



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