1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: fix spelling
Origin: vendor
Author: mason james <mtj@kohaaloha.com>
Forwarded: https://github.com/LibreCat/Catmandu-OAI/pull/29
Bug: https://github.com/LibreCat/Catmandu-OAI/pull/29
Last-Update: 2023-02-08
diff --git a/lib/Catmandu/Importer/OAI.pm b/lib/Catmandu/Importer/OAI.pm
index e681988..4da5351 100644
--- a/lib/Catmandu/Importer/OAI.pm
+++ b/lib/Catmandu/Importer/OAI.pm
@@ -669,7 +669,7 @@ Don't do any HTTP requests but return URLs that data would be queried from.
=item strict
-Optional validate all parameters first against the OAI 2 spefications before
+Optional validate all parameters first against the OAI 2 specifications before
sending it to an OAI server. Default: undef.
=item xslt
@@ -685,7 +685,7 @@ Set to '0' by default.
Internally the exponential backoff algorithm is used
for this. This means that after every failed request the importer
will choose a random number between 0 and 2^collision (excluded),
-and wait that number of seconds. So the actual ammount of time before
+and wait that number of seconds. So the actual amount of time before
the importer stops can differ:
first retry:
|