Skip to content

Commit

Permalink
Fix typo (coordiantes)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 4, 2017
1 parent 62c8998 commit 1fc81d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsmapmouseevent.sip
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,7 @@ convinient:convenient
conviniently:conveniently
coodinate:coordinate
coodinates:coordinates
coordiante:coordinate
coordiantion:coordination
coorperation:corporation
coorperations:corporations
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmapmouseevent.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fc81d6

Please sign in to comment.