From 13c07caef2255710939547026ec22ec630fa6a18 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 23 Sep 2022 22:30:50 +0200 Subject: -fix typos --- packages/idb-bridge/src/index.ts | 2 +- packages/taler-util/src/backupTypes.ts | 2 +- packages/taler-wallet-cli/src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/idb-bridge/src/index.ts b/packages/idb-bridge/src/index.ts index 825d41f5e..50642e67b 100644 --- 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 index 90f95ce9d..19d478178 100644 --- 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 index 6613f256a..f5f863ca3 100644 --- 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) => { -- cgit v1.2.3