Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bpot committed Sep 4, 2010
1 parent f057a8e commit 2d086d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gossiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gossiper.prototype.start = function(callback) {
this.server.listen(this.port, this.ip_to_bind, callback);
} else {
// this is an ugly hack to get the hostname of the local machine
// we don't listen on an ip because it's important that we listen
// we don't listen on any ip because it's important that we listen
// on the same ip that the server identifies itself as
child_process.exec('hostname', function(error, stdout, stderr) {
var l = stdout.length;
Expand Down

0 comments on commit 2d086d0

Please sign in to comment.