Fixed typo
authorYaron Shahrabani <sh.yaron@gmail.com>
Sun, 12 May 2019 16:11:33 +0000 (19:11 +0300)
committerGitHub <noreply@github.com>
Sun, 12 May 2019 16:11:33 +0000 (19:11 +0300)
Chipher -> Cipher

src/gui/creds/shibboleth/shibbolethwebview.cpp

index 8f54af751ee775cbf31a0cc44aa183f354d28a24..8e4465b3c63f8f9f5bbaf00a7d7723af1a3fee4a 100644 (file)
@@ -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();
     }