From af66f5c044f57937f87b86eea95b606e52f7deb8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Nov 2024 08:50:19 +0100 Subject: fix typos --- .../taler-merchant-httpd_private-get-instances-ID-kyc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c index f667c886..1722d23a 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c +++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c @@ -543,26 +543,26 @@ map_to_status (const struct ExchangeKycRequest *ekr) case 0: return "exchange-unreachable"; case MHD_HTTP_OK: - /* then whe should have kyc_ok */ + /* then we should have kyc_ok */ GNUNET_break (0); return NULL; case MHD_HTTP_ACCEPTED: /* Then KYC is really what is needed */ return "kyc-required"; case MHD_HTTP_NO_CONTENT: - /* then whe should have had kyc_ok! */ + /* then we should have had kyc_ok! */ GNUNET_break (0); return NULL; case MHD_HTTP_FORBIDDEN: - /* then whe should have had ! auth_ok */ + /* then we should have had ! auth_ok */ GNUNET_break (0); return NULL; case MHD_HTTP_NOT_FOUND: - /* then whe should have had ! auth_ok */ + /* then we should have had ! auth_ok */ GNUNET_break (0); return NULL; case MHD_HTTP_CONFLICT: - /* then whe should have had ! auth_ok */ + /* then we should have had ! auth_ok */ GNUNET_break (0); return NULL; case MHD_HTTP_INTERNAL_SERVER_ERROR: -- cgit v1.2.3