Skip to content

Commit

Permalink
[auth] Typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 23, 2017
1 parent 8643177 commit e872716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/auth/qgsauthsslerrorsdialog.cpp
Expand Up @@ -189,7 +189,7 @@ void QgsAuthSslErrorsDialog::buttonBox_clicked( QAbstractButton *button )
reject();
break;
}
// Clear access cache if the user choose ignore and the
// Clear access cache if the user choose abort and the
// setting allows it
if ( btnenum == QDialogButtonBox::Abort &&
QgsSettings().value( QStringLiteral( "clear_auth_cache_on_errors" ),
Expand Down

0 comments on commit e872716

Please sign in to comment.