diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index e3e89f607..0a519b531 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -18,4 +18,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Spell Check Repo - uses: crate-ci/typos@v1.31.0 \ No newline at end of file + uses: crate-ci/typos@v1.32.0 \ No newline at end of file diff --git a/pumpkin-protocol/src/client/play/particle.rs b/pumpkin-protocol/src/client/play/particle.rs index c206c4441..cd61c464a 100644 --- a/pumpkin-protocol/src/client/play/particle.rs +++ b/pumpkin-protocol/src/client/play/particle.rs @@ -15,7 +15,7 @@ pub struct CParticle<'a> { offset: Vector3, max_speed: f32, particle_count: i32, - pariticle_id: VarInt, + particle_id: VarInt, #[serde(serialize_with = "network_serialize_no_prefix")] data: &'a [u8], } @@ -29,7 +29,7 @@ impl<'a> CParticle<'a> { offset: Vector3, max_speed: f32, particle_count: i32, - pariticle_id: VarInt, + particle_id: VarInt, data: &'a [u8], ) -> Self { Self { @@ -39,7 +39,7 @@ impl<'a> CParticle<'a> { offset, max_speed, particle_count, - pariticle_id, + particle_id, data, } } diff --git a/pumpkin-world/src/generation/noise_router/proto_noise_router.rs b/pumpkin-world/src/generation/noise_router/proto_noise_router.rs index 07a08ede6..08d940b09 100644 --- a/pumpkin-world/src/generation/noise_router/proto_noise_router.rs +++ b/pumpkin-world/src/generation/noise_router/proto_noise_router.rs @@ -72,7 +72,7 @@ impl<'a> DoublePerlinNoiseBuilder<'a> { let parameters = DoublePerlinNoiseParameters::id_to_parameters(id) .unwrap_or_else(|| panic!("Unknown noise id: {}", id)); - // Note that the parameters' id is differenent than `id` + // Note that the parameters' id is different than `id` let mut random = self .random_config .base_random_deriver