1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Spelling error
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107851
Last-Update: 2015-10-19
--- a/lib/SOAP/Lite.pm
+++ b/lib/SOAP/Lite.pm
@@ -4173,7 +4173,7 @@
Allows for the setting of arbitrary attributes on the header object. Keep in mind the requirement that
any attributes not natively known to SOAP must be namespace-qualified.
-If using $session->call ($method, $callData, $callHeader), SOAP::Lite serializes the informations as
+If using $session->call ($method, $callData, $callHeader), SOAP::Lite serializes information as
<soap:Envelope>
<soap:Header>
|