mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-03-12 05:11:04 +00:00
fix typos
This commit is contained in:
parent
eadfce3844
commit
4eb0c42a7e
@ -117,13 +117,11 @@ function tunnelState(tid, state) {
|
||||
tunnelFailed(tid);
|
||||
} else if (state == "6" ) {
|
||||
tunnelExpiring(tid);
|
||||
} else {
|
||||
logit("tunnel "+tid+" state "+state);
|
||||
}
|
||||
}
|
||||
|
||||
function tunnelCreated(tid) {
|
||||
logit("tunnel "+tid+" was created");
|
||||
logit("Tunnel "+tid+" was created");
|
||||
}
|
||||
|
||||
function logit(msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user