commit 5f681813cf1bb7bb5c0baa41f29011d0029d003d parent 3267f56dc3de054a7dbdd6cd83305b92cf16bd61 Author: Özgür Kesim <oec-taler@kesim.org> Date: Mon, 13 Mar 2023 10:41:37 +0100 -typos Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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 @@ -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 @@ -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 @@ -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 {