Description: Fix some spelling mistakes in the POD.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-05-31
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125443
Bug: https://rt.cpan.org/Ticket/Display.html?id=125443

--- a/lib/MARC/Transform.pm
+++ b/lib/MARC/Transform.pm
@@ -1008,7 +1008,7 @@
 
 =head2 Basis
 
-- B<YAML is divided in rules> (separated by --- ), each rule is executed one after the other, rules whithout condition will allways be executed:
+- B<YAML is divided in rules> (separated by --- ), each rule is executed one after the other, rules without condition will always be executed:
 
     ---
     condition : $f501a eq "foo"
@@ -1984,7 +1984,7 @@
 
 =over 4
 
-=item * If your script return an error like "YAML Error: Stream does not end with newline character", it's easy to fix. If you define your YAML into a variable, it must end with a new blank line. If you give a path to your YAML file, it is probably not good : try with an absolut path.
+=item * If your script return an error like "YAML Error: Stream does not end with newline character", it's easy to fix. If you define your YAML into a variable, it must end with a new blank line. If you give a path to your YAML file, it is probably not good : try with an absolute path.
 
 =item * Restriction: the specific case of double-quotes (") and dollar signs ($): 
 
@@ -2009,7 +2009,7 @@
 
 =item * Restriction: You can test if a field or subfield exists, but it is inadvisable to test its absence.
 
-=item * Example: feel free to copy the examples in this documentation. Be aware that I have added four space characters at the beginning of each exemple's line to make them better displayed by the POD interpreter. If you copy / paste them into your YAML configuration file, Be sure to remove the first four characters of each line (e.g. with vim, C<:%s/^\s\s\s\s//g> ). 
+=item * Example: feel free to copy the examples in this documentation. Be aware that I have added four space characters at the beginning of each example's line to make them better displayed by the POD interpreter. If you copy / paste them into your YAML configuration file, Be sure to remove the first four characters of each line (e.g. with vim, C<:%s/^\s\s\s\s//g> ).
 
 =item * 
 This yaml was called like this: C<< my %mth; $mth{"var"}="a string"; $record = MARC::Transform->new($record,$yaml,\%mth); >>
