diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2019-07-01 23:35:16 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-01 23:35:16 +0000 |
| commit | 7f3aa2882be5547d5308870bced554502ca4421c (patch) | |
| tree | 4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/object | |
| parent | Basque translation update (diff) | |
| download | inkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip | |
Fix various minor typos
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/sp-conn-end-pair.h | 2 | ||||
| -rw-r--r-- | src/object/sp-ellipse.cpp | 2 | ||||
| -rw-r--r-- | src/object/sp-item.cpp | 2 | ||||
| -rw-r--r-- | src/object/sp-object.h | 2 | ||||
| -rw-r--r-- | src/object/sp-use.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/object/sp-conn-end-pair.h b/src/object/sp-conn-end-pair.h index 889e11b44..8fc3259f9 100644 --- a/src/object/sp-conn-end-pair.h +++ b/src/object/sp-conn-end-pair.h @@ -79,7 +79,7 @@ void sp_conn_end_pair_build(SPObject *object); enum { SP_CONNECTOR_NOAVOID, // Basic connector - a straight line. SP_CONNECTOR_POLYLINE, // Object avoiding polyline. - SP_CONNECTOR_ORTHOGONAL // Object avoiding orthogonal polyline (only horizontal and verical segments). + SP_CONNECTOR_ORTHOGONAL // Object avoiding orthogonal polyline (only horizontal and vertical segments). }; diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp index 09be158eb..8e18d71ae 100644 --- a/src/object/sp-ellipse.cpp +++ b/src/object/sp-ellipse.cpp @@ -640,7 +640,7 @@ Geom::Point SPGenericEllipse::getPointAtAngle(double arg) const * Convert center to endpoint parameterization and set it to repr. * * See SVG 1.0 Specification W3C Recommendation - * ``F.6 Ellptical arc implementation notes'' for more detail. + * ``F.6 Elliptical arc implementation notes'' for more detail. */ bool SPGenericEllipse::set_elliptical_path_attribute(Inkscape::XML::Node *repr) { diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index 7d8ab4b50..98ce76f2e 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -1400,7 +1400,7 @@ void SPItem::adjust_paint_recursive (Geom::Affine advertized_transform, Geom::Af SPItem *item = dynamic_cast<SPItem *>(&o); if (item) { // At the level of the transformed item, t_ancestors is identity; -// below it, it is the accmmulated chain of transforms from this level to the top level +// below it, it is the accumulated chain of transforms from this level to the top level item->adjust_paint_recursive (advertized_transform, t_item * t_ancestors, is_pattern); } } diff --git a/src/object/sp-object.h b/src/object/sp-object.h index 945367d76..baa2bf9c7 100644 --- a/src/object/sp-object.h +++ b/src/object/sp-object.h @@ -35,7 +35,7 @@ class SPObject; #define SP_OBJECT_USER_MODIFIED_FLAG_B (1 << 6) #define SP_OBJECT_USER_MODIFIED_FLAG_C (1 << 7) -/* Conveneience */ +/* Convenience */ #define SP_OBJECT_FLAGS_ALL 0xff /* Flags that mark object as modified */ diff --git a/src/object/sp-use.cpp b/src/object/sp-use.cpp index 3618cf18f..1c85d901e 100644 --- a/src/object/sp-use.cpp +++ b/src/object/sp-use.cpp @@ -365,7 +365,7 @@ Geom::Affine SPUse::get_root_transform() { chain.push_back(dynamic_cast<SPItem *>(orig)); - // calculate the accummulated transform, starting from the original + // calculate the accumulated transform, starting from the original Geom::Affine t(Geom::identity()); for (auto i=chain.rbegin(); i!=chain.rend(); ++i) { |
