aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/idb-bridge/src/index.ts2
-rw-r--r--packages/taler-util/src/backupTypes.ts2
-rw-r--r--packages/taler-wallet-cli/src/index.ts2
3 files changed, 3 insertions, 3 deletions
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) => {