bevy/crates/bevy_ecs/src/system
ClayenKitten ffc572728f
Fix typos throughout the project (#9090)
# Objective

Fix typos throughout the project.

## Solution

[`typos`](https://github.com/crate-ci/typos) project was used for
scanning, but no automatic corrections were applied. I checked
everything by hand before fixing.

Most of the changes are documentation/comments corrections. Also, there
are few trivial changes to code (variable name, pub(crate) function name
and a few error/panic messages).

## Unsolved

`bevy_reflect_derive` has
[typo](1b51053f19/crates/bevy_reflect/bevy_reflect_derive/src/type_path.rs (L76))
in enum variant name that I didn't fix. Enum is `pub(crate)`, so there
shouldn't be any trouble if fixed. However, code is tightly coupled with
macro usage, so I decided to leave it for more experienced contributor
just in case.
2023-07-10 00:11:51 +00:00
..
commands Add/fix track_caller attribute on panicking entity accessor methods (#8951) 2023-06-26 18:35:11 +00:00
combinator.rs Implement Clone for CombinatorSystem (#8826) 2023-06-12 19:44:51 +00:00
exclusive_function_system.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00
exclusive_system_param.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00
function_system.rs Migrate the rest of the engine to UnsafeWorldCell (#8833) 2023-06-15 01:31:56 +00:00
mod.rs Implement WorldQuery for EntityRef (#6960) 2023-06-22 21:20:00 +00:00
query.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
system.rs doc: update a reference from add_system to add_systems (#8881) 2023-06-18 17:17:02 +00:00
system_param.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00