Fix typo (coordiantes)

This commit is contained in:
Nyall Dawson 2017-07-04 14:33:11 +10:00
parent 62c8998f85
commit 1fc81d6f98
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1752,6 +1752,7 @@ convinient:convenient
conviniently:conveniently
coodinate:coordinate
coodinates:coordinates
coordiante:coordinate
coordiantion:coordination
coorperation:corporation
coorperations:corporations

View File

@ -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