Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
vcloarec authored and nyalldawson committed Jan 11, 2022
1 parent ab680c7 commit a51ffad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsvectortileloader.h
Expand Up @@ -91,7 +91,7 @@ class QgsVectorTileLoader : public QObject
//! Blocks the caller until all asynchronous requests are finished (with a success or a failure)
void downloadBlocking();

//! Returns a eventual error that occured during loading, void if no error.
//! Returns a eventual error that occurred during loading, void if no error.
QString error() const;

private:
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.h
Expand Up @@ -1424,7 +1424,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView, public QgsExpressionContex
std::unique_ptr< QgsTemporaryCursorOverride > mTemporaryCursorOverride;

/**
* This attribute maps error strings occured during rendering with time.
* This attribute maps error strings occurred during rendering with time.
* The string contains the layerId with the error message ("layerId:error").
* This is used to avoid propagatation of repeated error message from renderer
* in a short time range (\see notifyRendererErrors())
Expand Down

0 comments on commit a51ffad

Please sign in to comment.