Navigation Menu

Skip to content

Commit

Permalink
groonga: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent ecd417d commit e38a3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter/api/groonga/loader.js
Expand Up @@ -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
};
}
Expand Down

0 comments on commit e38a3b8

Please sign in to comment.