diff options
Diffstat (limited to 'src/2geom/conic_section_clipper_impl.cpp')
| -rw-r--r-- | src/2geom/conic_section_clipper_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/conic_section_clipper_impl.cpp b/src/2geom/conic_section_clipper_impl.cpp index c57307974..23731afed 100644 --- a/src/2geom/conic_section_clipper_impl.cpp +++ b/src/2geom/conic_section_clipper_impl.cpp @@ -53,7 +53,7 @@ bool CLIPPER_CLASS::intersect (std::vector<Point> & crossing_points) const bool no_crossing = true; - // rigth edge + // right edge cs.roots (rts, R.right(), X); if (!rts.empty()) { |
