Skip to content

Commit f170f1b

Browse files
committedOct 25, 2012
Fix typo
1 parent c54e78e commit f170f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsdatasourceuri.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ QgsDataSourceURI::QgsDataSourceURI( QString uri )
149149
{
150150
mWkbType = QGis::WKBMultiPoint;
151151
}
152-
else if ( geomTypeUpper == "MULTLINESTRING" )
152+
else if ( geomTypeUpper == "MULTILINESTRING" )
153153
{
154154
mWkbType = QGis::WKBMultiLineString;
155155
}

0 commit comments

Comments
 (0)
Please sign in to comment.