Skip to content

Commit ddb9d3a

Browse files
committed
fix typo
1 parent 0b2a925 commit ddb9d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/vertextool/qgsvertextool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ void QgsVertexTool::moveVertex( const QgsPointXY &mapPoint, const QgsPointLocato
20462046
{
20472047
if ( mMouseAtEndpoint->vertexId != 0 )
20482048
{
2049-
// If we were adding at the end of the featue, we need to update the index
2049+
// If we were adding at the end of the feature, we need to update the index
20502050
mMouseAtEndpoint.reset( new Vertex( mMouseAtEndpoint->layer, mMouseAtEndpoint->fid, mMouseAtEndpoint->vertexId + 1 ) );
20512051
}
20522052
// And then we just restart the drag

0 commit comments

Comments
 (0)