Skip to content

Commit 7d9a9cd

Browse files
author
timlinux
committedOct 13, 2010
Fixed some typos in docs
git-svn-id: http://svn.osgeo.org/qgis/trunk@14375 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e6f69ee commit 7d9a9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/qgscoordinatereferencesystem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
179179
/*! This is a globbing function to try to find a record in the database
180180
* that matches a CRS defined only by a proj4string. The goal is to
181181
* learn what the tbl_srs.srs_id value is for the CRS. Internally
182-
* the source CRS is converted to and OGR srs object using the proj4string
182+
* the source CRS is converted to an OGR srs object using the proj4string call
183183
* and then every record in the database that matches projection and ellipsoid
184184
* will be converted to an OGR srs in turn and compared to the source CRS.
185185
* There are some gotchas with using ogr isSame() srs comparison, but
186186
* its more effective than using straight string comparison of proj4params.
187187
* @note The ellipsoid and projection acronyms must be set as well as the proj4string!
188-
* @return lomg the SrsId of the matched CRS
188+
* @return long the SrsId of the matched CRS
189189
*/
190190
long findMatchingProj();
191191

0 commit comments

Comments
 (0)
Please sign in to comment.