Commit c713203c authored by Tristan Cavelier's avatar Tristan Cavelier

typo fixed

parent cec78774
......@@ -77,7 +77,7 @@ IODeferred.prototype.resolve = function (a, b) {
return this.reject(
'internal_storage_error',
'invalid response',
this._method + ' method needs a dict as returnd "data".'
this._method + ' method needs a dict as returned "data".'
);
}
//return super_resolve(deepClone(weak));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment