aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-26 15:52:32 -0300
committerSebastian <sebasjm@gmail.com>2022-06-26 15:52:32 -0300
commitccd289904dbfd49014b19ee9b480581cb4391a3e (patch)
treece8e7b6d229c6692d4906b98719cf03e38204d50 /packages/taler-wallet-core/src
parent1b91d87f4fa6c6d68f748360ce63d94911f9bb2c (diff)
downloadwallet-core-ccd289904dbfd49014b19ee9b480581cb4391a3e.tar.xz
- typo fix
Diffstat (limited to 'packages/taler-wallet-core/src')
-rw-r--r--packages/taler-wallet-core/src/db.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index b22bc585e..eefa43113 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1227,7 +1227,7 @@ export interface PurchaseRecord {
* Timestamp of the first time that sending a payment to the merchant
* for this purchase was successful.
*
- * FIXME: Does this need to be a timestamp, doensn't boolean suffice?
+ * FIXME: Does this need to be a timestamp, doesn't boolean suffice?
*/
timestampFirstSuccessfulPay: TalerProtocolTimestamp | undefined;