diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-03-13 10:41:37 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-03-13 10:42:46 +0100 |
commit | 5f681813cf1bb7bb5c0baa41f29011d0029d003d (patch) | |
tree | 499810b123f038d486c8b85f7d5863df2e01d81a | |
parent | 3267f56dc3de054a7dbdd6cd83305b92cf16bd61 (diff) |
-typos
-rw-r--r-- | packages/taler-harness/Makefile | 2 | ||||
-rw-r--r-- | packages/taler-wallet-cli/Makefile | 2 | ||||
-rw-r--r-- | packages/taler-wallet-core/src/operations/pay-peer.ts | 2 | ||||
-rw-r--r-- | 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 { |