Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/qgssnapper.h
2 changes: 1 addition & 1 deletion src/core/qgssnapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CORE_EXPORT QgsSnapper

enum SnappingMode
{
/**Only one snapping result is retured*/
/**Only one snapping result is returned*/
SnapWithOneResult,
/**Several snapping results which have the same position are returned.
This is useful for topological editing*/
Expand Down