Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
Correct spelling error in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbreen committed Apr 20, 2015
1 parent ef9f395 commit 1fcd1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ try {

// Create an oauth_reverse_proxy instance at our configured root dir.
oauth_reverse_proxy.init(config_dir, function(err, proxy) {
// If we caught a fatal error creating the proxies, log it and pause briefly before exiting
// to give Bunyan a chance to flush this error message.
// If we caught a fatal error creating the proxies, log it and pause briefly before
// exiting to give Bunyan a chance to flush this error message.
if (err) {
logger.fatal("Failed to create proxy due to %s:\n", err, err.stack);
setTimeout(function() {
Expand Down
2 changes: 1 addition & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports.getLogger = function(config) {

/**
* Convenience to get the relative path (that is lib/proxy/index.js or the like) from the full path
* (/Users/wrb/code/oauth_reverse_proxy/lib/proy/index.js). Tagging the logger with the current
* (/Users/wrb/code/oauth_reverse_proxy/lib/proxy/index.js). Tagging the logger with the current
* module is helpful for debugging.
*/
var getModulePath = module.exports.getModulePath = function(module_file) {
Expand Down

0 comments on commit 1fcd1b9

Please sign in to comment.