Skip to content

Commit

Permalink
More spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 7, 2018
1 parent c11c1cf commit 99d0b3c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsconditionalstyle.sip.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgscoordinatetransformcontext.sip.in
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgspropertycollection.sip.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayerjoinbuffer.sip.in
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgsmapcanvas.sip.in
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsproperty_p.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgspropertycollection.h
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsdetaileditemdata.h
@@ -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
Expand Down

0 comments on commit 99d0b3c

Please sign in to comment.