mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Fixed typo
Chipher -> Cipher
This commit is contained in:
parent
ae0b1ce3d6
commit
692d885b55
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ ShibbolethWebView::ShibbolethWebView(AccountPtr account, QWidget *parent)
|
||||||
QWebView *debugView = new QWebView(this);
|
QWebView *debugView = new QWebView(this);
|
||||||
debugView->setPage(debugPage);
|
debugView->setPage(debugPage);
|
||||||
QMainWindow *window = new QMainWindow(this);
|
QMainWindow *window = new QMainWindow(this);
|
||||||
window->setWindowTitle(tr("SSL Chipher Debug View"));
|
window->setWindowTitle(tr("SSL Cipher Debug View"));
|
||||||
window->setCentralWidget(debugView);
|
window->setCentralWidget(debugView);
|
||||||
window->show();
|
window->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue