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 | |
parent | 5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a (diff) |
fix typo
-rwxr-xr-x | contrib/ci/jobs/0-codespell/job.sh | 1 | ||||
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh index 7b486bc7..28f43239 100755 --- 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 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; |