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)
commit0d96a9080dd2625229528adff8f35b9c2b8aebb9
tree7336e0df4d9f68443225743d246632ed70f3b156
parentc46439abda66bfbf9cd7a987346331f93670062c
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 <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/OAuth.pm