Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmooseandmen committed Jul 18, 2024
1 parent d987a7e commit d559e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/local_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down Expand Up @@ -197,7 +197,7 @@ impl<S> LocalFrame<S>
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.
Expand Down
2 changes: 1 addition & 1 deletion src/positions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d559e32

Please sign in to comment.