summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
commit202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch)
tree1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/helper
parentRestore ability to switch mode while using spray tool (is this even useful?). (diff)
downloadinkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz
inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/geom-satellite.cpp4
1 files changed, 2 insertions, 2 deletions
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<Geom::Curve *>(&curve_in);