Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo delayied -> delayed
  • Loading branch information
elpaso committed Sep 12, 2017
1 parent 22bd2a3 commit 151cd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsbrowsermodel.sip
Expand Up @@ -185,7 +185,7 @@ Returns true if the model has been initialized

void initialize();
%Docstring
Delayied initialization, needed because the provider registry must be already populated
Delayed initialization, needed because the provider registry must be already populated
%End

protected:
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsbrowsermodel.h
Expand Up @@ -170,7 +170,7 @@ class CORE_EXPORT QgsBrowserModel : public QAbstractItemModel
//! Returns true if the model has been initialized
bool initialized( ) { return mInitialized; }

//! Delayied initialization, needed because the provider registry must be already populated
//! Delayed initialization, needed because the provider registry must be already populated
void initialize();

protected:
Expand Down

0 comments on commit 151cd08

Please sign in to comment.