Skip to content

Commit b95e141

Browse files
committedFeb 18, 2014
fixing typo in source
1 parent b9b9bc3 commit b95e141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorfilewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
13051305

13061306
layerOptions.insert( "LAUNDER", new BoolOption(
13071307
QObject::tr( "Controls whether layer and field names will be laundered for easier use "
1308-
"in SQLite. Laundered names will be convered to lower case and some special "
1308+
"in SQLite. Laundered names will be converted to lower case and some special "
13091309
"characters(' - #) will be changed to underscores." )
13101310
, true // Default value
13111311
) );

0 commit comments

Comments
 (0)
Please sign in to comment.