commit 7bd4d9c850d804a5e83f11a10de8d47af0517787 parent 5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 9 Apr 2024 20:11:29 +0200 fix typo Diffstat:
| M | contrib/ci/jobs/0-codespell/job.sh | | | 1 | + |
| M | src/include/taler_merchant_service.h | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh @@ -7,6 +7,7 @@ skip=$(cat <<EOF ABOUT-NLS */afl-tests/* **/auditor/*.sql +*/debian/tmp/** *.bbl *.bib *build-aux* diff --git 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;