diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-27 23:42:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-27 23:42:25 +0200 |
commit | 9b89387535cce603f80c9280063ffc7641279143 (patch) | |
tree | 1cb9026ead439ea5e5399d3ff38dbdd405ceae3d /packages/taler-util | |
parent | 7b87f01968bc712ddd4d33d6a9b37a77c6f6a0ad (diff) |
fix spelling issues
Diffstat (limited to 'packages/taler-util')
-rw-r--r-- | packages/taler-util/src/backupTypes.ts | 2 | ||||
-rw-r--r-- | packages/taler-util/src/talerTypes.ts | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-util/src/backupTypes.ts b/packages/taler-util/src/backupTypes.ts index b31b8e58b..fc6aaaad5 100644 --- a/packages/taler-util/src/backupTypes.ts +++ b/packages/taler-util/src/backupTypes.ts @@ -975,7 +975,7 @@ export interface BackupReserve { /** * Wire information (as payto URI) for the bank account that - * transfered funds for this reserve. + * transferred funds for this reserve. */ sender_wire?: string; diff --git a/packages/taler-util/src/talerTypes.ts b/packages/taler-util/src/talerTypes.ts index 1019ce478..bc04fc2f6 100644 --- a/packages/taler-util/src/talerTypes.ts +++ b/packages/taler-util/src/talerTypes.ts @@ -264,7 +264,7 @@ export interface AuditorHandle { url: string; } -// Delivery location, losely modeled as a subset of +// Delivery location, loosely modeled as a subset of // ISO20022's PostalAddress25. export interface Location { // Nation with its own government. @@ -676,7 +676,7 @@ export class ExchangeKeysJson { } /** - * Wire fees as anounced by the exchange. + * Wire fees as announced by the exchange. */ export class WireFeesJson { /** |