Skip to content

Commit

Permalink
s/Iniitalize/Initialize/ (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
akesling authored Jan 9, 2025
1 parent 3202f56 commit f8e2fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use tracing_subscriber;
use tracing_subscriber::EnvFilter;

pub fn init(args: &Args) {
// Iniitalize a default filter, and then override the builtin default "warning" with our
// Initialize a default filter, and then override the builtin default "warning" with our
// commandline, (default: "info")
let filter = EnvFilter::from_default_env().add_directive(args.log_level.into());

Expand Down

0 comments on commit f8e2fcd

Please sign in to comment.