Skip to content

Commit

Permalink
Replace flavour by flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Dec 29, 2016
1 parent 8dca115 commit ee1abdc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/core/qgscoordinatereferencesystem.sip
Expand Up @@ -129,9 +129,9 @@
* Caveats
* =======
*
* There are two different flavours of WKT: one is defined by OGC, the other is the standard
* There are two different flavors of WKT: one is defined by OGC, the other is the standard
* used by ESRI. They look very similar, but they are not the same. QGIS is able to consume
* both flavours.
* both flavors.
*
* \see QgsCoordinateTransform
*/
Expand Down
2 changes: 2 additions & 0 deletions scripts/spelling.dat
Expand Up @@ -196,6 +196,8 @@ familar:familiar
fatser:faster
fetaures:features
feture:feature
flavour:flavor
flavours:flavors
forse:force
fortan:fortran
forwardig:forwarding
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgscoordinatereferencesystem.h
Expand Up @@ -176,9 +176,9 @@ typedef void ( *CUSTOM_CRS_VALIDATION )( QgsCoordinateReferenceSystem& );
* Caveats
* =======
*
* There are two different flavours of WKT: one is defined by OGC, the other is the standard
* There are two different flavors of WKT: one is defined by OGC, the other is the standard
* used by ESRI. They look very similar, but they are not the same. QGIS is able to consume
* both flavours.
* both flavors.
*
* \see QgsCoordinateTransform
*/
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1621,14 +1621,14 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
) );

layerOptions.insert( QStringLiteral( "SPATIAL_INDEX" ), new BoolOption(
QObject::tr( "If the database is of the SpatiaLite flavour, and if OGR is linked "
QObject::tr( "If the database is of the SpatiaLite flavor, and if OGR is linked "
"against libspatialite, this option can be used to control if a spatial "
"index must be created." ),
true // Default value
) );

layerOptions.insert( QStringLiteral( "COMPRESS_GEOM" ), new BoolOption(
QObject::tr( "If the format of the geometry BLOB is of the SpatiaLite flavour, "
QObject::tr( "If the format of the geometry BLOB is of the SpatiaLite flavor, "
"this option can be used to control if the compressed format for "
"geometries (LINESTRINGs, POLYGONs) must be used" ),
false // Default value
Expand Down

0 comments on commit ee1abdc

Please sign in to comment.