Skip to content

Commit

Permalink
fixing typo in source
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Feb 18, 2014
1 parent b9b9bc3 commit b95e141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1305,7 +1305,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()

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

0 comments on commit b95e141

Please sign in to comment.