Bug 20612: (QA follow-up) Fix typo in method POD
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 3 May 2018 18:53:16 +0000 (15:53 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 May 2018 15:56:01 +0000 (12:56 -0300)
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 <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/OAuth.pm

index fb1f1e4..3cce7a9 100644 (file)
@@ -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.