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 more typos


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix more typos
Date: Wed, 28 Apr 2021 00:01:54 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 4c2048d5 fix more typos
4c2048d5 is described below

commit 4c2048d5d41359c9a923ab769fb02a93996f2d2c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 28 00:01:52 2021 +0200

    fix more typos
---
 contrib/style.txt                                       | 2 +-
 packages/taler-wallet-webextension/src/pages/refund.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/style.txt b/contrib/style.txt
index d6d96cb7..ea8bfeba 100644
--- a/contrib/style.txt
+++ b/contrib/style.txt
@@ -37,7 +37,7 @@ APIs:
 Dependency Injection (DI):
 DI is a useful pattern when components need to be replaced by mocks or have
 multiple co-existing implementations.  But DI also makes code overly generic,
-bureaucratic and less readble.  Only use DI if there is a definite need for it,
+bureaucratic and less readable.  Only use DI if there is a definite need for 
it,
 do not use it by default.  Inject individual dependencies via class
 constructors and avoid service locators.
 
diff --git a/packages/taler-wallet-webextension/src/pages/refund.tsx 
b/packages/taler-wallet-webextension/src/pages/refund.tsx
index bfeec0aa..8096378f 100644
--- a/packages/taler-wallet-webextension/src/pages/refund.tsx
+++ b/packages/taler-wallet-webextension/src/pages/refund.tsx
@@ -89,7 +89,7 @@ export function createRefundPage(): JSX.Element {
 
   const talerRefundUri = url.searchParams.get("talerRefundUri");
   if (!talerRefundUri) {
-    throw Error("taler refund URI requred");
+    throw Error("taler refund URI required");
   }
 
   return <RefundStatusView talerRefundUri={talerRefundUri} />;

-- 
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]