From 64c7a2647506cb05c294270d34fe24a15097f753 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Thu, 19 Jun 2025 15:39:24 +0000 Subject: [PATCH] Comment typo. --- broker/amp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker/amp.go b/broker/amp.go index 2bfcb71..1333c63 100644 --- a/broker/amp.go +++ b/broker/amp.go @@ -23,7 +23,7 @@ func ampClientOffers(i *IPC, w http.ResponseWriter, r *http.Request) { // The encoded client poll message immediately follows the /amp/client/ // path prefix, so this function unfortunately needs to be aware of and - // remote its own routing prefix. + // remove its own routing prefix. path := strings.TrimPrefix(r.URL.Path, "/amp/client/") if path == r.URL.Path { // The path didn't start with the expected prefix. This probably