Skip to content

Commit e872716

Browse files
committed
[auth] Typo in comment
1 parent 8643177 commit e872716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/auth/qgsauthsslerrorsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void QgsAuthSslErrorsDialog::buttonBox_clicked( QAbstractButton *button )
189189
reject();
190190
break;
191191
}
192-
// Clear access cache if the user choose ignore and the
192+
// Clear access cache if the user choose abort and the
193193
// setting allows it
194194
if ( btnenum == QDialogButtonBox::Abort &&
195195
QgsSettings().value( QStringLiteral( "clear_auth_cache_on_errors" ),

0 commit comments

Comments
 (0)