Subject: | typos in POD |
Hi,
here's patch to fix a few typos in POD that lintian complained about:
--- a/lib/RDF/Trine/Exporter/CSV.pm
+++ b/lib/RDF/Trine/Exporter/CSV.pm
@@ -43,7 +43,7 @@
=item C<< new ( sep_char => $sep_char, quote => $bool ) >>
Returns a new RDF::Trine::Exporter::CSV object. If C<< $sep_char >> is
provided,
-it is used as the seperator character in CSV serialization, otherwise a
comma
+it is used as the separator character in CSV serialization, otherwise a
comma
(",") is used.
=cut
--- a/lib/RDF/Trine/Iterator/Graph.pm
+++ b/lib/RDF/Trine/Iterator/Graph.pm
@@ -146,7 +146,7 @@
before serialization.
Uniqueness is opt-in for efficiency concerns -- this method requires
O(n) memory,
-and so may have noticable effects on large graphs.
+and so may have noticeable effects on large graphs.
=cut
--- a/lib/RDF/Trine/Node/Literal.pm
+++ b/lib/RDF/Trine/Node/Literal.pm
@@ -290,7 +290,7 @@
representation of the value C<< $string >>. Otherwise returns C<<
$string >>.
Currently, xsd:integer, xsd:decimal, and xsd:boolean are canonicalized.
-Additionaly, invalid lexical forms for xsd:float, xsd:double, and
xsd:dateTime
+Additionally, invalid lexical forms for xsd:float, xsd:double, and
xsd:dateTime
will trigger a warning.
=cut
--- a/lib/Test/RDF/Trine/Store.pm
+++ b/lib/Test/RDF/Trine/Store.pm
@@ -26,7 +26,7 @@
=head1 DESCRIPTION
-This packages a few functions that you can call to test a
+This module packages a few functions that you can call to test a
L<RDF::Trine::Store>, also if it is outside of the main RDF-Trine
distribution.
Florian