[QGIS Commit] r14375 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 13 15:41:02 EDT 2010


Author: timlinux
Date: 2010-10-13 12:41:02 -0700 (Wed, 13 Oct 2010)
New Revision: 14375

Modified:
   trunk/qgis/src/core/qgscoordinatereferencesystem.h
Log:
Fixed some typos in docs

Modified: trunk/qgis/src/core/qgscoordinatereferencesystem.h
===================================================================
--- trunk/qgis/src/core/qgscoordinatereferencesystem.h	2010-10-13 19:40:16 UTC (rev 14374)
+++ trunk/qgis/src/core/qgscoordinatereferencesystem.h	2010-10-13 19:41:02 UTC (rev 14375)
@@ -179,13 +179,13 @@
     /*! This is a globbing function to try to find a record in the database
      *  that matches a CRS defined only by a proj4string. The goal is to
      *  learn what the tbl_srs.srs_id value is for the CRS. Internally
-     *  the source CRS is converted to and OGR srs object using the proj4string
+     *  the source CRS is converted to an OGR srs object using the proj4string call
      *  and then every record in the database that matches projection and ellipsoid
      *  will be converted to an OGR srs in turn and compared to the source CRS.
      *  There are some gotchas with using ogr isSame() srs comparison, but
      *  its more effective than using straight string comparison of proj4params.
      *  @note The ellipsoid and projection acronyms must be set as well as the proj4string!
-     *  @return lomg the SrsId of the matched CRS
+     *  @return long the SrsId of the matched CRS
      */
     long findMatchingProj();
 



More information about the QGIS-commit mailing list