commit 13c07caef2255710939547026ec22ec630fa6a18
parent d2821fe4e0d894f35651168fd6473b6ad6d21547
Author: Florian Dold <florian@dold.me>
Date: Fri, 23 Sep 2022 22:30:50 +0200
-fix typos
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/idb-bridge/src/index.ts b/packages/idb-bridge/src/index.ts
@@ -91,7 +91,7 @@ export type { AccessStats } from "./MemoryBackend";
/**
* Global indexeddb objects, either from the native or bridge-idb
- * implementation, depending on what is availabe in
+ * implementation, depending on what is available in
* the global environment.
*/
export const GlobalIDB: {
diff --git a/packages/taler-util/src/backupTypes.ts b/packages/taler-util/src/backupTypes.ts
@@ -314,7 +314,7 @@ export interface BackupWithdrawalGroup {
withdrawal_group_id: string;
/**
- * Detailled info based on the type of withdrawal group.
+ * Detailed info based on the type of withdrawal group.
*/
info: BackupWgInfo;
diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts
@@ -915,7 +915,7 @@ advancedCli
advancedCli
.subcommand("recycle", "recycle", {
- help: "Export, clear and re-import the database via the backup mechamism.",
+ help: "Export, clear and re-import the database via the backup mechanism.",
})
.action(async (args) => {
await withWallet(args, async (wallet) => {