Skip to content

Commit

Permalink
Naming corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg committed Sep 18, 2011
1 parent e0aa8b4 commit e4b9b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Via [npm](http://github.com/isaacs/npm):
var httpAuth = require('http-auth');

/**
* Creates private snake server.
* Creates private HTTP server.
*/
httpAuth.createServer('Sharon', 'bus412--', function(request, response) {
response.writeHead(200, {'Content-Type': 'text/html'});
Expand Down
2 changes: 1 addition & 1 deletion lib/http-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module.exports = {
* @param {String} usrename.
* @param {String} password.
* @param {Function} callback.
* @param {Snake} this object.
* @param {HttpAuthServer} this object.
* @api private.
*/
'http_digest_auth' : function(request, response, username, password, callback, callbackObj) {
Expand Down

0 comments on commit e4b9b17

Please sign in to comment.