diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-20 21:46:23 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-20 21:46:23 +0000 |
| commit | b5cf4cc43528f14744adfde76e7cb63549041c7c (patch) | |
| tree | 37e3523d1ccbd2a4fede886734793292f66cce4d /src/ui/tools/pen-tool.cpp | |
| parent | update to trunk (diff) | |
| parent | take out the trash (diff) | |
| download | inkscape-b5cf4cc43528f14744adfde76e7cb63549041c7c.tar.gz inkscape-b5cf4cc43528f14744adfde76e7cb63549041c7c.zip | |
update to trunk
(bzr r13708.1.19)
Diffstat (limited to 'src/ui/tools/pen-tool.cpp')
| -rw-r--r-- | src/ui/tools/pen-tool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index d28b7c27a..d5f501163 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -2143,7 +2143,7 @@ bool PenTool::_undoLastPoint() { this->p[1] = this->p[0]; } - // asign the value in a third of the distance of the last segment. + // assign the value in a third of the distance of the last segment. if (this->bspline){ this->p[1] = this->p[0] + (1./3)*(this->p[3] - this->p[0]); } @@ -2165,7 +2165,7 @@ bool PenTool::_undoLastPoint() { this->green_curve->backspace(); } - // assign the value of this->p[1] to the oposite of the green line last segment + // assign the value of this->p[1] to the opposite of the green line last segment if (this->spiro){ Geom::CubicBezier const *cubic = dynamic_cast<Geom::CubicBezier const *>(this->green_curve->last_segment()); if ( cubic ) { |
