diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-09 20:11:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-09 20:11:29 +0200 |
commit | 7bd4d9c850d804a5e83f11a10de8d47af0517787 (patch) | |
tree | 04599d0cf012b701e764cbff5bbf6597290637c5 /src/include | |
parent | 5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a (diff) |
fix typo
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 43d67aff..e8c890b1 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -2666,7 +2666,7 @@ struct TALER_MERCHANT_OrderStatusResponse /** * Time of the last payment made on this order. - * Only availalbe if the server supports protocol + * Only available if the server supports protocol * **v14** or higher, otherwise zero. */ struct GNUNET_TIME_Timestamp last_payment; |