Skip to content

Commit f22a45a

Browse files
authored
Merge pull request #80 from hsanjuan/patch-1
Typo: secondes -> seconds
2 parents 9dcf24b + 8e2dced commit f22a45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ws/signalwebsocket.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl SignalWebSocket {
130130
let _ = tx.unbounded_send(1);
131131
}
132132
count += 1;
133-
log::info!("Retrying to connect in {}0 secondes.", count);
133+
log::info!("Retrying to connect in {}0 seconds.", count);
134134
time::sleep(Duration::from_secs(count * 10)).await;
135135
}
136136
}

0 commit comments

Comments
 (0)