taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit f30705623b2d234168f66614c736fa50f5dfb56d
parent 99163fe80d66a947d309842ad9565c6cc0bd2f78
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 14 Jul 2021 14:34:58 +0200

-fix typo

Diffstat:
Mpackages/taler-wallet-webextension/src/wxBackend.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/wxBackend.ts b/packages/taler-wallet-webextension/src/wxBackend.ts @@ -50,7 +50,7 @@ import { BrowserCryptoWorkerFactory } from "./browserCryptoWorkerFactory"; * Currently active wallet instance. Might be unloaded and * re-instantiated when the database is reset. * - * FIXME: Maybe move the wallet reseting into the Wallet class? + * FIXME: Maybe move the wallet resetting into the Wallet class? */ let currentWallet: Wallet | undefined;