Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Apr 17, 2024
1 parent 0995554 commit c8dd6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_core/src/task_pool_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn handle_initialization_error(name: &str, res: Result<(), TaskPoolInitializatio
warn!("{} already initialized.", name);
}
Err(err) => {
panic!("Error while initialzing: {}", err);
panic!("Error while initializing: {}", err);
}
}
}
Expand Down

0 comments on commit c8dd6a5

Please sign in to comment.