Skip to content

Commit

Permalink
fixed typo in occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall committed Mar 13, 2020
1 parent f04d027 commit 441b26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async fn main() {

// start HTTP server
if let Err(e) = server.await {
error!("a server error occured: {}", e);
error!("a server error occurred: {}", e);
}
}

Expand All @@ -54,4 +54,4 @@ fn run_ticker(config: config_loader::Config) {
);
}
});
}
}

0 comments on commit 441b26d

Please sign in to comment.