diff --git a/python/gui/qgsmapmouseevent.sip b/python/gui/qgsmapmouseevent.sip index 45c9cf334c0..6aee1c89f11 100644 --- a/python/gui/qgsmapmouseevent.sip +++ b/python/gui/qgsmapmouseevent.sip @@ -15,7 +15,7 @@ class QgsMapMouseEvent : QMouseEvent %Docstring A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas. It is sent whenever the user moves, clicks, releases or double clicks the mouse. - In addition to the coordiantes in pixel space it also knows the coordinates in the mapcanvas' CRS + In addition to the coordinates in pixel space it also knows the coordinates in the mapcanvas' CRS as well as it knows the concept of snapping. %End diff --git a/scripts/spell_check/spelling.dat b/scripts/spell_check/spelling.dat index ba8be6a92ed..71bc2f15ed7 100644 --- a/scripts/spell_check/spelling.dat +++ b/scripts/spell_check/spelling.dat @@ -1752,6 +1752,7 @@ convinient:convenient conviniently:conveniently coodinate:coordinate coodinates:coordinates +coordiante:coordinate coordiantion:coordination coorperation:corporation coorperations:corporations diff --git a/src/gui/qgsmapmouseevent.h b/src/gui/qgsmapmouseevent.h index 0e4b9a0071a..5eb8201affb 100644 --- a/src/gui/qgsmapmouseevent.h +++ b/src/gui/qgsmapmouseevent.h @@ -28,7 +28,7 @@ class QgsMapToolAdvancedDigitizing; /** \ingroup gui * A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas. * It is sent whenever the user moves, clicks, releases or double clicks the mouse. - * In addition to the coordiantes in pixel space it also knows the coordinates in the mapcanvas' CRS + * In addition to the coordinates in pixel space it also knows the coordinates in the mapcanvas' CRS * as well as it knows the concept of snapping. */ class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent