mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Trivial typo fix
This commit is contained in:
@@ -181,7 +181,7 @@ bool RemoteDatabase::prepareSsl(QNetworkRequest* request, const QString& clientC
|
||||
const QSslCertificate& cert = m_clientCertFiles[clientCert];
|
||||
if(cert.isNull())
|
||||
{
|
||||
QMessageBox::warning(0, qApp->applicationName(), tr("Error: Invalid client certificate speicified."));
|
||||
QMessageBox::warning(0, qApp->applicationName(), tr("Error: Invalid client certificate specified."));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user