Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwoodbury committed Nov 9, 2023
1 parent 5218ead commit 2203293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ async fn run(
let own_id = match gossipsub_sender.get_own_id().await {
Ok(r) => r,
Err(e) => {
log::error!("failed to get own id. quitting bilnk controller: {e}");
log::error!("failed to get own id. quitting blink controller: {e}");
return;
}
};
Expand Down

0 comments on commit 2203293

Please sign in to comment.