Skip to content
Permalink
Browse files
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.
@@ -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:
@@ -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:

0 comments on commit 151cd08

Please sign in to comment.