Bug 13194: Fix typo in SetMessagingPreferencesFromDefaults POD
commit0bfcb079a1a789cec9f2ad04f50d85fbbff9a529
authorMagnus Enger <magnus@enger.priv.no>
Tue, 4 Nov 2014 13:03:16 +0000 (4 14:03 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 6 Nov 2014 13:14:13 +0000 (6 10:14 -0300)
tree648ea3d7450677bce693a6ccb288c3809241d150
parent2aebc84cc880048c559aa4d19e66cb35a37f42ea
Bug 13194: Fix typo in SetMessagingPreferencesFromDefaults POD

The example usage for
C4::Members::Messaging::SetMessagingPreferencesFromDefaults
calls the subroutine SetMessagingPreferenceFromDefaults, not
SetMessagingPreferencesFromDefaults (missing the 's' at the
end of 'Preferences').

To test:
- Apply the patch
- Check that the POD now refers to the actual name of the
  subroutine
  (perldoc C4::Members::Messaging)

http://bugs.koha-community.org/show_bug.cgi?id=13194

Adding 's' is the correct doc change to make it match with
the function definition. Comfirmable with less.
perldoc C4::Members::Messaging proves the doc is still nice.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Members/Messaging.pm