bevy/crates/bevy_ecs/src/schedule
Alice Cecile 1f2b5fcb2f
Fix typos (#12131)
# Objective

The new `typos` check added in #12036 is proving its value already.
It spotted some small typos:
https://github.com/bevyengine/bevy/actions/runs/8053108519/job/21994719657?pr=12128

## Solution

Fix them.

Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
2024-02-26 17:46:01 +00:00
..
executor Fix typos (#12131) 2024-02-26 17:46:01 +00:00
condition.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
config.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
graph_utils.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
mod.rs System Stepping implemented as Resource (#8453) 2024-02-03 05:18:38 +00:00
schedule.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
set.rs Fix SystemTypeSet::system_type being out of sync with System::type_id (#12030) 2024-02-21 23:40:45 +00:00
state.rs Optional state (#11417) 2024-01-19 21:38:04 +00:00
stepping.rs System::type_id Consistency (#11728) 2024-02-06 14:43:33 +00:00