1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-03-12 13:21:11 +00:00

fix typos

This commit is contained in:
Jeff Becker 2016-10-21 07:35:14 -04:00
parent eadfce3844
commit 4eb0c42a7e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -117,13 +117,11 @@ function tunnelState(tid, state) {
tunnelFailed(tid); tunnelFailed(tid);
} else if (state == "6" ) { } else if (state == "6" ) {
tunnelExpiring(tid); tunnelExpiring(tid);
} else {
logit("tunnel "+tid+" state "+state);
} }
} }
function tunnelCreated(tid) { function tunnelCreated(tid) {
logit("tunnel "+tid+" was created"); logit("Tunnel "+tid+" was created");
} }
function logit(msg) { function logit(msg) {