Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11517 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 26, 2009
1 parent 28a46c8 commit dfd09ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -935,7 +935,7 @@ bool QgsCoordinateReferenceSystem::readXML( QDomNode & theNode )

if ( createFromEpsg( myElement.text().toLong() ) )
{
// createFromEpsg() sets everything, inlcuding map units
// createFromEpsg() sets everything, including map units
QgsDebugMsg( "Setting from EPSG id" );
}
else
Expand All @@ -945,7 +945,7 @@ bool QgsCoordinateReferenceSystem::readXML( QDomNode & theNode )

if ( createFromProj4( myElement.text() ) )
{
// createFromProj4() sets everything, inlcuding map units
// createFromProj4() sets everything, including map units
QgsDebugMsg( "Setting from proj4 string" );
}
else
Expand Down

0 comments on commit dfd09ff

Please sign in to comment.