diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-12-27 11:02:46 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-12-27 11:02:46 +0100 |
commit | 7d0990fe896247467c3b72c965f78279a86e6f64 (patch) | |
tree | 744d2fa64507a93610f7331999270e66cbfc006c /packages | |
parent | 54b72fdbff9fcd6612f834c101c98a6cca00f0b1 (diff) |
-typo
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-harness/src/harness/libeufin-apis.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/harness/libeufin-apis.ts b/packages/taler-harness/src/harness/libeufin-apis.ts index f55275927..2f8e53cc9 100644 --- a/packages/taler-harness/src/harness/libeufin-apis.ts +++ b/packages/taler-harness/src/harness/libeufin-apis.ts @@ -168,7 +168,7 @@ function getRandomString(): string { } /** - * APIs spread accross Legacy and Access, it is therefore + * APIs spread across Legacy and Access, it is therefore * the "base URL" relative to which API every call addresses. */ export namespace LibeufinSandboxApi { |