Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Oct 25, 2012
1 parent c54e78e commit f170f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdatasourceuri.cpp
Expand Up @@ -149,7 +149,7 @@ QgsDataSourceURI::QgsDataSourceURI( QString uri )
{
mWkbType = QGis::WKBMultiPoint;
}
else if ( geomTypeUpper == "MULTLINESTRING" )
else if ( geomTypeUpper == "MULTILINESTRING" )
{
mWkbType = QGis::WKBMultiLineString;
}
Expand Down

0 comments on commit f170f1b

Please sign in to comment.