Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 25, 2018
1 parent 1c615c1 commit 8bb45b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/auth/qgsauthmanager.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -646,12 +646,12 @@ Remove a certificate authority

bool setDefaultCertTrustPolicy( QgsAuthCertUtils::CertTrustPolicy policy );
%Docstring
Sets the default certificate trust policy perferred by user
Sets the default certificate trust policy preferred by user
%End

QgsAuthCertUtils::CertTrustPolicy defaultCertTrustPolicy();
%Docstring
Get the default certificate trust policy perferred by user
Get the default certificate trust policy preferred by user
%End

const QMap<QgsAuthCertUtils::CertTrustPolicy, QStringList > certTrustCache();
Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Original file line number Diff line number Diff line change
Expand Up @@ -5056,6 +5056,7 @@ percepted:perceived
percieve:perceive
percieved:perceived
perenially:perennially
perferred:preferred
perfom:perform
perfomance:performance
perfomed:performed
Expand Down
4 changes: 2 additions & 2 deletions src/core/auth/qgsauthmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@ class CORE_EXPORT QgsAuthManager : public QObject
*/
QgsAuthCertUtils::CertTrustPolicy certificateTrustPolicy( const QSslCertificate &cert );

//! Sets the default certificate trust policy perferred by user
//! Sets the default certificate trust policy preferred by user
bool setDefaultCertTrustPolicy( QgsAuthCertUtils::CertTrustPolicy policy );

//! Get the default certificate trust policy perferred by user
//! Get the default certificate trust policy preferred by user
QgsAuthCertUtils::CertTrustPolicy defaultCertTrustPolicy();

/**
Expand Down

0 comments on commit 8bb45b9

Please sign in to comment.