Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
nyalldawson committed Aug 5, 2021
1 parent ce81263 commit d01aa28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -102,7 +102,7 @@ Returns content status

const QString &errorString() const;
%Docstring
Returns error textual description if an error occured and :py:func:`~QgsExternalStorageContent.status` returns Failed
Returns error textual description if an error occurred and :py:func:`~QgsExternalStorageContent.status` returns Failed
%End

public slots:
Expand Down
2 changes: 1 addition & 1 deletion src/core/externalstorage/qgsexternalstorage.h
Expand Up @@ -114,7 +114,7 @@ class CORE_EXPORT QgsExternalStorageContent : public QObject
Qgis::ContentStatus status() const;

/**
* Returns error textual description if an error occured and status() returns Failed
* Returns error textual description if an error occurred and status() returns Failed
*/
const QString &errorString() const;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsexternalstorage_base.py
Expand Up @@ -293,7 +293,7 @@ def testStoreBadUrl(self):

def testStoreMissingAuth(self):
"""
Test file storing with missing authentification
Test file storing with missing authentication
"""

f = self.getNewFile(b"New content")
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsexternalstorage_simplecopy.py
Expand Up @@ -53,7 +53,7 @@ def tearDownClass(cls):
cls.temp_dir = None

def testStoreMissingAuth(self):
"""Override this one because there is authentification for SimpleCopy external storage"""
"""Override this one because there is authentication for SimpleCopy external storage"""
pass


Expand Down

0 comments on commit d01aa28

Please sign in to comment.