Skip to content

Commit 8bb45b9

Browse files
committedMay 25, 2018
Typo
1 parent 1c615c1 commit 8bb45b9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
 

‎python/core/auto_generated/auth/qgsauthmanager.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,12 @@ Remove a certificate authority
646646

647647
bool setDefaultCertTrustPolicy( QgsAuthCertUtils::CertTrustPolicy policy );
648648
%Docstring
649-
Sets the default certificate trust policy perferred by user
649+
Sets the default certificate trust policy preferred by user
650650
%End
651651

652652
QgsAuthCertUtils::CertTrustPolicy defaultCertTrustPolicy();
653653
%Docstring
654-
Get the default certificate trust policy perferred by user
654+
Get the default certificate trust policy preferred by user
655655
%End
656656

657657
const QMap<QgsAuthCertUtils::CertTrustPolicy, QStringList > certTrustCache();

‎scripts/spell_check/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5056,6 +5056,7 @@ percepted:perceived
50565056
percieve:perceive
50575057
percieved:perceived
50585058
perenially:perennially
5059+
perferred:preferred
50595060
perfom:perform
50605061
perfomance:performance
50615062
perfomed:performed

‎src/core/auth/qgsauthmanager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,10 @@ class CORE_EXPORT QgsAuthManager : public QObject
577577
*/
578578
QgsAuthCertUtils::CertTrustPolicy certificateTrustPolicy( const QSslCertificate &cert );
579579

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

583-
//! Get the default certificate trust policy perferred by user
583+
//! Get the default certificate trust policy preferred by user
584584
QgsAuthCertUtils::CertTrustPolicy defaultCertTrustPolicy();
585585

586586
/**

0 commit comments

Comments
 (0)
Please sign in to comment.