bevy/tools
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
..
build-templated-pages Release 0.11.0 (#9080) 2023-07-09 08:43:47 +00:00
build-wasm-example Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
ci update bitflags to 2.3 (#8728) 2023-06-01 08:41:42 +00:00
example-showcase Optimize wasm examples for the website (#8636) 2023-05-19 17:57:54 +00:00
publish.sh Immediate Mode Line/Gizmo Drawing (#6529) 2023-03-20 20:57:54 +00:00