From 91e02efc186202ebc16795bdb17f2abcca6e95a0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 3 Feb 2021 21:54:46 -0500 Subject: [PATCH] wwwaltid: add missing word to instructions --- lib/PublicInbox/WwwAltId.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/WwwAltId.pm b/lib/PublicInbox/WwwAltId.pm index 33e6da30..bf851984 100644 --- a/lib/PublicInbox/WwwAltId.pm +++ b/lib/PublicInbox/WwwAltId.pm @@ -42,7 +42,7 @@ EOF if ($env->{REQUEST_METHOD} ne 'POST') { my $url = $ibx->base_url($ctx->{env}) . "$altid_pfx.sql.gz"; return html_oneshot($ctx, 405, \<A POST request required to retrieve $altid_pfx.sql.gz +
A POST request is required to retrieve $altid_pfx.sql.gz
 
 	curl -d '' -O $url
 
-- 
2.44.0