Skip to content

Commit e522eb1

Browse files
authored
Merge pull request #790 from mkroening/typo
Fix log typo
2 parents 7057f25 + 6610ee6 commit e522eb1

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)