Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 14, 2018
1 parent 32e484c commit d2c5864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsmaptooltrimextendfeature.cpp
Expand Up @@ -158,7 +158,7 @@ void QgsMapToolTrimExtendFeature::canvasMoveEvent( QgsMapMouseEvent *e )
// TRIM PART
else if ( QgsGeometryUtils::leftOfLine( QgsPoint( mMapPoint ), pLimit1, pLimit2 ) != QgsGeometryUtils::leftOfLine( pExtend1, pLimit1, pLimit2 ) )
{
// Part where the mouse is (+) will be trimed
// Part where the mouse is (+) will be trimmed
/* |
* +
* |
Expand Down Expand Up @@ -234,7 +234,7 @@ void QgsMapToolTrimExtendFeature::canvasReleaseEvent( QgsMapMouseEvent *e )
match.layer()->endEditCommand();
match.layer()->triggerRepaint();

emit messageEmitted( tr( "Feature trimed/extended." ) );
emit messageEmitted( tr( "Feature trimmed/extended." ) );
}
else
{
Expand Down

0 comments on commit d2c5864

Please sign in to comment.