Skip to content

Commit

Permalink
Fix spelling mistake in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dterei committed Apr 30, 2016
1 parent d956f85 commit e2f6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/memjs/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Server.prototype.onResponse = function(seq, func) {
Server.prototype.respond = function(response) {
var callback = this.responseCallbacks[response.header.opaque];
if (!callback) {
// in case of authentiction, no callback is registered
// in case of authentication, no callback is registered
return;
}
callback(response);
Expand Down

0 comments on commit e2f6940

Please sign in to comment.