More spell checks

This commit is contained in:
Nyall Dawson 2018-05-08 08:47:30 +10:00
parent c11c1cf406
commit 99d0b3c337
9 changed files with 9 additions and 9 deletions

View File

@ -127,7 +127,7 @@ Special value of \@value is replaced at run time with the check value
void setFont( const QFont &value );
%Docstring
Set the font for the the style
Set the font for the style
:param value: QFont to be used for text
%End

View File

@ -94,7 +94,7 @@ required for transformations for that source or destination.
int destinationTransformId );
%Docstring
Adds a new ``sourceTransform`` and ``destinationTransform`` to use when projecting coordinates
from the the specified ``sourceCrs`` to the specified ``destinationCrs``.
from the specified ``sourceCrs`` to the specified ``destinationCrs``.
If either ``sourceTransformId`` or ``destinationTransformId`` is -1, then no datum transform is
required for transformations for that source or destination.

View File

@ -386,7 +386,7 @@ will remove the property from the collection.
void setProperty( int key, const QVariant &value );
%Docstring
Convience method, creates a QgsStaticProperty and stores it within the collection.
Convenience method, creates a QgsStaticProperty and stores it within the collection.
:param key: integer key for property. Any existing property with the same key will be deleted
and replaced by this property. The intended use case is that a context specific enum is cast to

View File

@ -221,7 +221,7 @@ parameter is the one coming from the target layer.
bool deleteFeatures( const QgsFeatureIds &fids ) const;
%Docstring
Deletes a list of features from joined layers. Feature ids given
in aprameter are those coming from the target layer.
in a parameter are those coming from the target layer.
:param fids: Feature ids from the target layer to delete

View File

@ -384,7 +384,7 @@ determine whether a user has disabled rendering via GUI.
QgsUnitTypes::DistanceUnit mapUnits() const;
%Docstring
Convience function for returning the current canvas map units. The map units
Convenience function for returning the current canvas map units. The map units
are dictated by the canvas' destinationCrs() map units.
%End

View File

@ -960,7 +960,7 @@ int main( int argc, char *argv[] )
}
else
{
// We are either running from build dir bundle, or launching Mach-O binary directly.
// We are either running from build dir bundle, or launching Mach-O binary directly. //#spellok
// Add system Qt plugins, since they are not bundled, and not always referenced by default.
// An app bundled with QGIS_MACAPP_BUNDLE = 0 will still have Plugins/qgis in it.
// Note: Don't always prepend.

View File

@ -64,7 +64,7 @@ class QgsPropertyPrivate : public QSharedData
//! Stores whether the property is currently active
bool active = true;
//! Optional transfomer
//! Optional transformer
QgsPropertyTransformer *transformer = nullptr;
// StaticData

View File

@ -334,7 +334,7 @@ class CORE_EXPORT QgsPropertyCollection : public QgsAbstractPropertyCollection
void setProperty( int key, const QgsProperty &property );
/**
* Convience method, creates a QgsStaticProperty and stores it within the collection.
* Convenience method, creates a QgsStaticProperty and stores it within the collection.
* \param key integer key for property. Any existing property with the same key will be deleted
* and replaced by this property. The intended use case is that a context specific enum is cast to
* int and used for the key value.

View File

@ -1,5 +1,5 @@
/***************************************************************************
qgsdetaileditemdata.h - A data represenation for a rich QItemData subclass
qgsdetaileditemdata.h - A data representation for a rich QItemData subclass
-------------------
begin : Sat May 17 2008
copyright : (C) 2008 Tim Sutton