From 202e75590f8200823ef0efd36cc0edbd1bf1edcc Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 8 Jan 2018 16:50:51 -0500 Subject: Misc. typos Found via `codespell` --- src/helper/geom-satellite.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/helper') diff --git a/src/helper/geom-satellite.cpp b/src/helper/geom-satellite.cpp index e3f4eb90f..b54738a38 100644 --- a/src/helper/geom-satellite.cpp +++ b/src/helper/geom-satellite.cpp @@ -162,7 +162,7 @@ double Satellite::time(Geom::Curve const &curve_in, bool inverse) const return t; } -///Get the time from a length A in other curve, a bolean inverse gived to reverse time +///Get the time from a length A in other curve, a boolean inverse given to reverse time double Satellite::time(double A, bool inverse, Geom::Curve const &curve_in) const { @@ -197,7 +197,7 @@ Geom::Point Satellite::getPosition(Geom::Curve const &curve_in, bool inverse) co return curve_in.pointAt(t); } -///Set the position of the satellite from a gived point P +///Set the position of the satellite from a given point P void Satellite::setPosition(Geom::Point const p, Geom::Curve const &curve_in, bool inverse) { Geom::Curve * curve = const_cast(&curve_in); -- cgit v1.2.3