From 11cf3290c15f2f0a046a8f255715d3fb822a0d47 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 3 May 2018 15:53:16 -0300 Subject: [PATCH] Bug 20612: (QA follow-up) Fix typo in method POD As Martin correctly highlighted, the method name is not correctly spelled in POD. This patch fixes it. To test: - Look carefully => FAIL: Method name is _verify_client_cb but POD says _verify_client_db - Apply this patch - Look carefully => SUCCESS: Notice the POD is fixed! Signed-off-by: Tomas Cohen Arazi --- Koha/OAuth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/OAuth.pm b/Koha/OAuth.pm index fb1f1e4d7f..3cce7a9672 100644 --- a/Koha/OAuth.pm +++ b/Koha/OAuth.pm @@ -44,7 +44,7 @@ sub config { }; } -=head3 _verify_client_db +=head3 _verify_client_cb A callback to verify if the client asking for authorization is known to the authorization server and allowed to get authorization. -- 2.17.0