diff options
-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; |