Subject: | minor doc fixes |
Minor spelling fixes in SOAP::WSDL::Generator::Visitor
(It's my first patch for CPAN, please be gentle if i made something silly.)
Subject: | Visitor_doc.patch |
diff -ur SOAP-WSDL-2.00_27/lib/SOAP/WSDL/Generator/Visitor.pm SOAP-WSDL-2.00_27-aharoni/lib/SOAP/WSDL/Generator/Visitor.pm
--- SOAP-WSDL-2.00_27/lib/SOAP/WSDL/Generator/Visitor.pm 2007-12-20 01:15:57.000000000 +0200
+++ SOAP-WSDL-2.00_27-aharoni/lib/SOAP/WSDL/Generator/Visitor.pm 2008-01-03 17:48:24.000000000 +0200
@@ -48,7 +48,7 @@
=head1 DESCRIPTION
-SOAP::WSDL featores a code generating facility. This code generation facility
+SOAP::WSDL features a code generating facility. This code generation facility
(in fact there are several of them) is implemented as Visitor to
SOAP::WSDL::Base-derived objects.
@@ -186,8 +186,8 @@
=back
-All these behaviours could well (and has historically been) implemented in the
-classes holding the WSDL data. This made these classes rather bloated, and
+All these behaviours could well be (and has historically been) implemented in
+the classes holding the WSDL data. This made these classes rather bloated, and
made it hard to change behaviour (like, supporting SOAP Headers,
supporting atomic types and other features which were missing from early
versions of SOAP::WSDL).