From 692d885b559f6d6155e78e89eb95e11e55d8ef80 Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Sun, 12 May 2019 19:11:33 +0300 Subject: [PATCH] Fixed typo Chipher -> Cipher --- src/gui/creds/shibboleth/shibbolethwebview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/creds/shibboleth/shibbolethwebview.cpp b/src/gui/creds/shibboleth/shibbolethwebview.cpp index 8f54af751..8e4465b3c 100644 --- a/src/gui/creds/shibboleth/shibbolethwebview.cpp +++ b/src/gui/creds/shibboleth/shibbolethwebview.cpp @@ -90,7 +90,7 @@ ShibbolethWebView::ShibbolethWebView(AccountPtr account, QWidget *parent) QWebView *debugView = new QWebView(this); debugView->setPage(debugPage); QMainWindow *window = new QMainWindow(this); - window->setWindowTitle(tr("SSL Chipher Debug View")); + window->setWindowTitle(tr("SSL Cipher Debug View")); window->setCentralWidget(debugView); window->show(); }