Skip to content

Commit 10dfdd6

Browse files
committed
Typo
1 parent c95f194 commit 10dfdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_core/src/task_pool_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fn handle_initialization_error(name: &str, res: Result<(), TaskPoolInitializatio
8989
warn!("{} already initialized.", name);
9090
}
9191
Err(err) => {
92-
panic!("Error while initialzing: {}", err);
92+
panic!("Error while initializing: {}", err);
9393
}
9494
}
9595
}

0 commit comments

Comments
 (0)