diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-03 20:12:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-03 20:12:32 +0100 |
commit | d00f7a4a0187b61257d9ff5703dfb4245d50eece (patch) | |
tree | aff6ff61908a332099e55cff9ce1035225f8cb04 /packages/taler-util | |
parent | 0a604ee3ea1f1c43dfbe74d74f571329136e3749 (diff) |
-fix typos
Diffstat (limited to 'packages/taler-util')
-rw-r--r-- | packages/taler-util/src/wallet-types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 3a366d4e1..daeac73fd 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -852,7 +852,7 @@ export interface ExchangeListItem { permanent: boolean; /** - * Information about the last error that occured when trying + * Information about the last error that occurred when trying * to update the exchange info. */ lastUpdateErrorInfo?: OperationErrorInfo; |