]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Fix typos
authortobtoht <tob@featherwallet.org>
Mon, 9 Jan 2023 22:37:34 +0000 (23:37 +0100)
committertobtoht <tob@featherwallet.org>
Mon, 9 Jan 2023 22:37:43 +0000 (23:37 +0100)
src/dialog/DebugInfoDialog.cpp
src/libwalletqt/PassphraseHelper.h

index 40b9cf21c6af41b8ec107d625c3915b6a9be29e6..915b545e7255e530a14d42bf2b66ecd6a0a54143 100644 (file)
@@ -17,7 +17,7 @@ DebugInfoDialog::DebugInfoDialog(QSharedPointer<AppContext> ctx, QWidget *parent
 {
     ui->setupUi(this);
 
-    connect(ui->btn_Copy, &QPushButton::clicked, this, &DebugInfoDialog::copyToClipboad);
+    connect(ui->btn_Copy, &QPushButton::clicked, this, &DebugInfoDialog::copyToClipboard);
 
     m_updateTimer.start(5000);
     connect(&m_updateTimer, &QTimer::timeout, this, &DebugInfoDialog::updateInfo);
index 8cd474f0493cf195e7c020be2cb2945828d7a23a..3b248ff46bad433b54c172fae79698a67d460cda 100644 (file)
@@ -15,7 +15,7 @@
  * Implements component responsible for showing entry prompt to the user,
  * typically Wallet / Wallet manager.
  */
-class PassprasePrompter {
+class PassphrasePrompter {
 public:
     virtual void onWalletPassphraseNeeded(bool onDevice) = 0;
 };