Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 12, 2017
1 parent 6ab87e5 commit b506fc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion i18n/qgis_de.ts
Expand Up @@ -52445,7 +52445,7 @@ Immer Netzwerk: immer aus dem Netzwerk laden und nicht prüfen, ob im Cache ein
<translation>In der Offline-Kopie werden Z- und M-Werte des Layers %1 weggelassen.</translation>
</message>
<message>
<source>Syncronization failed</source>
<source>Synchronization failed</source>
<translation>Synchronisation gescheitert</translation>
</message>
</context>
Expand Down
2 changes: 1 addition & 1 deletion python/core/symbology-ng/qgsarrowsymbollayer.sip
Expand Up @@ -47,7 +47,7 @@ class QgsArrowSymbolLayer : public QgsLineSymbolLayerV2
/** Set the scale for the arrow width */
void setArrowWidthUnitScale( const QgsMapUnitScale& scale );

/** Get current arrow start width. Only meaningfull for single headed arrows */
/** Get current arrow start width. Only meaningful for single headed arrows */
double arrowStartWidth() const;
/** Set the arrow start width */
void setArrowStartWidth( double width );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaprendererjob.h
Expand Up @@ -97,7 +97,7 @@ class CORE_EXPORT QgsMapRendererJob : public QObject
virtual void cancel() = 0;

/**
* Triggers cancelation of the rendering job without blocking. The render job will continue
* Triggers cancellation of the rendering job without blocking. The render job will continue
* to operate until it is able to cancel, at which stage the finished() signal will be emitted.
* Does nothing if the rendering is not active.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsofflineediting.cpp
Expand Up @@ -316,7 +316,7 @@ void QgsOfflineEditing::synchronize()
else
{
remoteLayer->rollBack();
showWarning( tr( "Syncronization failed" ) );
showWarning( tr( "Synchronization failed" ) );
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsarrowsymbollayer.h
Expand Up @@ -65,7 +65,7 @@ class CORE_EXPORT QgsArrowSymbolLayer : public QgsLineSymbolLayerV2
/** Set the scale for the arrow width */
void setArrowWidthUnitScale( const QgsMapUnitScale& scale ) { mArrowWidthUnitScale = scale; }

/** Get current arrow start width. Only meaningfull for single headed arrows */
/** Get current arrow start width. Only meaningful for single headed arrows */
double arrowStartWidth() const { return mArrowStartWidth; }
/** Set the arrow start width */
void setArrowStartWidth( double width ) { mArrowStartWidth = width; }
Expand Down

0 comments on commit b506fc9

Please sign in to comment.