Navigation Menu

Skip to content

Commit

Permalink
Fix 'ellipoid' typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 31, 2020
1 parent 5f8bc43 commit e39d8b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Expand Up @@ -707,7 +707,7 @@ Returns the projection acronym for the projection used by the CRS.
%Docstring
Returns the ellipsoid acronym for the ellipsoid used by the CRS.

:return: the official authority:code identifier for the ellipoid, or PARAMETER:MAJOR:MINOR for custom ellipsoids
:return: the official authority:code identifier for the ellipsoid, or PARAMETER:MAJOR:MINOR for custom ellipsoids

.. note::

Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -2590,6 +2590,7 @@ elliminate:eliminate
elliminated:eliminated
elliminates:eliminates
elliminating:eliminating
ellipoid:ellipsoid
elment:element
elments:elements
elminate:eliminate
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgscoordinatereferencesystem.h
Expand Up @@ -656,7 +656,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem

/**
* Returns the ellipsoid acronym for the ellipsoid used by the CRS.
* \returns the official authority:code identifier for the ellipoid, or PARAMETER:MAJOR:MINOR for custom ellipsoids
* \returns the official authority:code identifier for the ellipsoid, or PARAMETER:MAJOR:MINOR for custom ellipsoids
* \note an empty string will be returned if the ellipsoidAcronym is not available for the CRS
* \see projectionAcronym()
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgscoordinatereferencesystem_p.h
Expand Up @@ -111,7 +111,7 @@ class QgsCoordinateReferenceSystemPrivate : public QSharedData
//! The official proj4 acronym for the projection family
QString mProjectionAcronym;

//! The official proj4 acronym for the ellipoid
//! The official proj4 acronym for the ellipsoid
QString mEllipsoidAcronym;

//! Whether this is a geographic or projected coordinate system
Expand Down

0 comments on commit e39d8b1

Please sign in to comment.