Skip to content

Commit 6610ee6

Browse files
committed
Fix log typo
Signed-off-by: Martin Kröning <[email protected]>
1 parent 7057f25 commit 6610ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async fn network_run() {
9595
}
9696

9797
pub(crate) fn init() {
98-
info!("Try to nitialize network!");
98+
info!("Try to initialize network!");
9999

100100
// initialize variable, which contains the next local endpoint
101101
LOCAL_ENDPOINT.store(start_endpoint(), Ordering::Relaxed);

0 commit comments

Comments
 (0)