summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 640ff24af..eb0de5646 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -264,7 +264,7 @@ export interface ReserveRecord {
/**
* Wire information (as payto URI) for the bank account that
- * transfered funds for this reserve.
+ * transferred funds for this reserve.
*/
senderWire?: string;
@@ -1528,7 +1528,7 @@ export interface RecoupGroupRecord {
retryInfo: RetryInfo;
/**
- * Last error that occured, if any.
+ * Last error that occurred, if any.
*/
lastError: TalerErrorDetails | undefined;
}
@@ -1598,7 +1598,7 @@ export interface BackupProviderRecord {
retryInfo: RetryInfo;
/**
- * Last error that occured, if any.
+ * Last error that occurred, if any.
*/
lastError: TalerErrorDetails | undefined;
}