From d559e3274671a0b75316fc010cc282be59f92799 Mon Sep 17 00:00:00 2001 From: Cedric Liegeois Date: Thu, 18 Jul 2024 19:17:06 +1000 Subject: [PATCH] typos --- src/local_frame.rs | 4 ++-- src/positions.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/local_frame.rs b/src/local_frame.rs index 2272905..2415f4b 100644 --- a/src/local_frame.rs +++ b/src/local_frame.rs @@ -76,7 +76,7 @@ impl LocalPositionVector { } /// Transforms the given local azimuth-elevation-range (AER) spherical coordinates to the - /// local north-eastr-down (NED) Cartesian coordinates. + /// local north-east-down (NED) Cartesian coordinates. /// /// # Examples /// @@ -197,7 +197,7 @@ impl LocalFrame where S: Surface, { - /// East-North-Up (local level) frame. This frame is usefull for many targeting and tracking applications. + /// East-North-Up (local level) frame. This frame is useful for many targeting and tracking applications. /// /// - Orientation: The x-axis points towards east, the y-axis points towards north (both are /// horizontal), and the z-axis is pointing up. diff --git a/src/positions.rs b/src/positions.rs index abe3893..0a9010c 100644 --- a/src/positions.rs +++ b/src/positions.rs @@ -49,7 +49,7 @@ pub trait Cartesian3DVector: Sized { F: Fn(Length) -> Length; } -/// A geocentric position or Earth Centred Earthy Fixed (ECEF) vector. +/// A geocentric position or Earth Centred Earth Fixed (ECEF) vector. #[derive(PartialEq, Clone, Copy, Debug, Default)] pub struct GeocentricPos { x: Length,