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

--- a/lib/MARC/Transform.pm
+++ b/lib/MARC/Transform.pm
@@ -1031,7 +1031,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"
@@ -2007,7 +2007,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 ($): 
 
