From 5cbf2d123deac43033028b2c1c91a88b88eec6ba Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 29 Nov 2021 17:53:56 +0100 Subject: fix typos --- merchant-spec/public-orders-get.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'merchant-spec') diff --git a/merchant-spec/public-orders-get.ts b/merchant-spec/public-orders-get.ts index 4a98aab4..8a5df17e 100644 --- a/merchant-spec/public-orders-get.ts +++ b/merchant-spec/public-orders-get.ts @@ -122,7 +122,7 @@ function respForbidden(req: Req): Resp { } function respAlreadyPaid(req: Req, alreadyPaidOrd: MerchantOrderInfo): Resp { - // This could be called with an empty fulfillment URL, but that doens't + // This could be called with an empty fulfillment URL, but that doesn't // really make sense for the client's perspective. if (req.accept === "html") { return { -- cgit v1.2.3