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 { //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 {