gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -typos


From: gnunet
Subject: [taler-wallet-core] branch master updated: -typos
Date: Mon, 13 Mar 2023 10:42:52 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 5f681813c -typos
5f681813c is described below

commit 5f681813cf1bb7bb5c0baa41f29011d0029d003d
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Mar 13 10:41:37 2023 +0100

    -typos
---
 packages/taler-harness/Makefile                        | 2 +-
 packages/taler-wallet-cli/Makefile                     | 2 +-
 packages/taler-wallet-core/src/operations/pay-peer.ts  | 2 +-
 packages/taler-wallet-webextension/src/mui/handlers.ts | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/taler-harness/Makefile b/packages/taler-harness/Makefile
index 7ccfab205..a7dc2d049 100644
--- a/packages/taler-harness/Makefile
+++ b/packages/taler-harness/Makefile
@@ -1,7 +1,7 @@
 # This Makefile has been placed in the public domain.
 
 -include ../../.config.mk
-include .config.mk
+#include .config.mk
 
 $(info prefix is $(prefix))
 
diff --git a/packages/taler-wallet-cli/Makefile 
b/packages/taler-wallet-cli/Makefile
index 8584b190f..7e42667a3 100644
--- a/packages/taler-wallet-cli/Makefile
+++ b/packages/taler-wallet-cli/Makefile
@@ -1,7 +1,7 @@
 # This Makefile has been placed in the public domain.
 
 -include ../../.config.mk
-include .config.mk
+#include .config.mk
 
 $(info prefix is $(prefix))
 
diff --git a/packages/taler-wallet-core/src/operations/pay-peer.ts 
b/packages/taler-wallet-core/src/operations/pay-peer.ts
index 05338b83e..73dd3bf2c 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer.ts
@@ -1526,7 +1526,7 @@ export async function processPeerPullCredit(
 }
 
 /**
- * Find a prefered exchange based on when we withdrew last from this exchange.
+ * Find a preferred exchange based on when we withdrew last from this exchange.
  */
 async function getPreferredExchangeForCurrency(
   ws: InternalWalletState,
diff --git a/packages/taler-wallet-webextension/src/mui/handlers.ts 
b/packages/taler-wallet-webextension/src/mui/handlers.ts
index 0bc00ca45..ece1b3d85 100644
--- a/packages/taler-wallet-webextension/src/mui/handlers.ts
+++ b/packages/taler-wallet-webextension/src/mui/handlers.ts
@@ -58,7 +58,7 @@ export const nullFunction = async function (): Promise<void> {
 
 //FIXME: UI button should required SafeHandler but
 //useStateComponent should not be required to create SafeHandlers
-//so this need to be splitted in two:
+//so this need to be split in two:
 // * ButtonHandlerUI =>  with i18n
 // * ButtonHandlerLogic => without i18n
 export interface ButtonHandler {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]