Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
3nids committed Jan 23, 2019
1 parent 240f2d2 commit 532da43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/vertextool/qgsvertextool.h
Expand Up @@ -308,7 +308,7 @@ class APP_EXPORT QgsVertexTool : public QgsMapToolAdvancedDigitizing
*/
QList<QgsVector> mDragPointMarkersOffset;

//! structure to keep information about a rubber band user for dragging of a straight line segment
//! structure to keep information about a rubber band used for dragging of a straight line segment
struct StraightBand
{
QgsRubberBand *band = nullptr; //!< Pointer to the actual rubber band
Expand Down

0 comments on commit 532da43

Please sign in to comment.