Skip to content

Commit

Permalink
Merge pull request #790 from mkroening/typo
Browse files Browse the repository at this point in the history
Fix log typo
  • Loading branch information
mkroening authored Jul 12, 2023
2 parents 7057f25 + 6610ee6 commit e522eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async fn network_run() {
}

pub(crate) fn init() {
info!("Try to nitialize network!");
info!("Try to initialize network!");

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

0 comments on commit e522eb1

Please sign in to comment.