Skip to content

Commit 3451cb4

Browse files
committed
Fix "existant" typos
1 parent 81112b1 commit 3451cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/runner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ var cleanUp = function cleanUp () {
4545
try {
4646
process.kill(tunnel.process.pid, 'SIGKILL');
4747
} catch (e) {
48-
console.log("Non existant tunnel");
48+
console.log("Non existent tunnel");
4949
}
5050
try {
5151
fs.unlink(pid_file);
5252
} catch (e) {
53-
console.log("Non existant pid file.");
53+
console.log("Non existent pid file.");
5454
}
5555
};
5656

0 commit comments

Comments
 (0)