bevy/crates/bevy_picking/src
Rob Parrett 2760692f88
Update typos to 1.29.6 (#17850)
# Objective

Update typos, fix new typos.

1.29.6 was just released to fix an
[issue](https://github.com/crate-ci/typos/issues/1228) where January's
corrections were not included in the binaries for the last release.

Reminder: typos can be tossed in the monthly [non-critical corrections
issue](https://github.com/crate-ci/typos/issues/1221).

## Solution

I chose to allow `implementors`, because a good argument seems to be
being made [here](https://github.com/crate-ci/typos/issues/1226) and
there is now a PR to address that.

## Discussion

Should I exclude `bevy_mikktspace`?

At one point I think we had an informal policy of "don't mess with
mikktspace until https://github.com/bevyengine/bevy/pull/9050 is merged"
but it doesn't seem like that is likely to be merged any time soon.

I think these particular corrections in mikktspace are fine because
- The same typo mistake seems to have been fixed in that PR
- The entire file containing these corrections was deleted in that PR

## Typo of the Month

correspindong -> corresponding
2025-02-13 19:44:47 +00:00
..
mesh_picking Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
backend.rs Update HitData position docs (#17833) 2025-02-13 06:20:57 +00:00
events.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
hover.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
input.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
lib.rs Update typos to 1.29.6 (#17850) 2025-02-13 19:44:47 +00:00
pointer.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00