gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -fix typos


From: gnunet
Subject: [taler-wallet-core] branch master updated: -fix typos
Date: Fri, 23 Sep 2022 22:30:53 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 13c07caef -fix typos
13c07caef is described below

commit 13c07caef2255710939547026ec22ec630fa6a18
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Sep 23 22:30:50 2022 +0200

    -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(-)

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) => {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]