From 8087d0f007d80c09b90808027791c10f0d31bf92 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 27 Jun 2022 11:39:43 +0000 Subject: [PATCH] Bug 28787: Typo authenticaction Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- Koha/REST/V1/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm index 84e0592046..43906be177 100644 --- a/Koha/REST/V1/Auth.pm +++ b/Koha/REST/V1/Auth.pm @@ -82,7 +82,7 @@ sub under { } if ( $c->req->url->to_abs->path eq '/api/v1/oauth/token' ) { - # Requesting a token shouldn't go through the API authenticaction chain + # Requesting a token shouldn't go through the API authentication chain $status = 1; } elsif ( $namespace eq '' or $namespace eq '.html' ) { -- 2.20.1