Fix typos
Change-Id: I5b9e363c5829eb9b76074622832d1cb8816269da
diff --git a/Readme.pod b/Readme.pod
index 70755ba..640df2e 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -89,7 +89,7 @@
file to batch process multiple files.
C<extract> expects zip files only.
-C<archive> supports multiple input zip files with the constraint,
+C<archive> supports multiple input zip files with the constraint
that the first archive listed contains all primary data files
and all meta data files.
@@ -102,7 +102,7 @@
The extended input array will be sorted in length order, so the shortest
path needs to contain all primary data files and all meta data files.
-(The directory structure follows the base directory format,
+(The directory structure follows the base directory format
that may include a C<.> root folder.
In this case further archives lacking a C<.> root folder
need to be passed with a hash sign in front of the archive's name.
@@ -527,11 +527,11 @@
=item C<keyword>
-String meta data value, that can be given multiple times
+String meta data value that can be given multiple times
=item C<text>
-String meta data value, that is tokenized and can be searched as token sequences
+String meta data value that is tokenized and can be searched as token sequences
=item C<date>
@@ -541,7 +541,7 @@
Numerical meta data value
-=item C<attachement>
+=item C<attachment>
Non-indexed meta data value (only retrievable)
@@ -553,7 +553,7 @@
=item C<name>
-The key of the meta object, that may be prefixed by C<corpus> or C<doc>, in case the
+The key of the meta object that may be prefixed by C<corpus> or C<doc>, in case the
C<E<lt>xenoDataE<gt>> information is located on these levels. The text level introduces
no prefixes.
diff --git a/lib/KorAP/XML/Meta/I5.pm b/lib/KorAP/XML/Meta/I5.pm
index c3a6659..ec9eb5b 100644
--- a/lib/KorAP/XML/Meta/I5.pm
+++ b/lib/KorAP/XML/Meta/I5.pm
@@ -576,7 +576,7 @@
Multiple string representations. Identical to string, but supports multiple
values in the same field. Useful for multiple given values such as I<textClass>.
-=item B<Attachement>
+=item B<Attachment>
Values that can't be used for the construction of virtual corpora, but are stored
per document and can be retrieved. Useful for static data to be retrieved such as
@@ -600,10 +600,10 @@
=item B<On all levels>
- (analytic, monogr) editor[role=translator] translator ATTACHEMENT
+ (analytic, monogr) editor[role=translator] translator ATTACHMENT
pubPlace@key pubPlaceKey STRING
pubPlace pubPlace STRING
- imprint publisher publisher ATTACHEMENT
+ imprint publisher publisher ATTACHMENT
textDesc textType textType STRING
textDesc textDomain textDomain STRING
textDesc textTypeArt textTypeArt STRING
@@ -614,10 +614,10 @@
creatDate creationDate DATE
textClass catRef@target textClass KEYWORDS
textClass h\.keywords > keyTerm keywords KEYWORDS
- biblFull editionStmt biblEditionStatement ATTACHEMENT
- fileDesc editionStmt fileEditionStatement ATTACHEMENT
+ biblFull editionStmt biblEditionStatement ATTACHMENT
+ fileDesc editionStmt fileEditionStatement ATTACHMENT
fileDesc publicationStmt > availability availability STRING
- fileDesc publicationStmt > distributor distributor ATTACHEMENT
+ fileDesc publicationStmt > distributor distributor ATTACHMENT
profileDesc > langUsage > language[id]@id language STRING
=item B<On text level>
@@ -627,14 +627,14 @@
(analytic, monogr) h\.title[type=main] title TEXT
(analytic, monogr) h\.title[type=sub] subTitle TEXT
(analytic, monogr) h\.author author TEXT
- (analytic, monogr) editor[role!=translator] editor ATTACHEMENT
- sourceDesc reference[type=complete] reference ATTACHEMENT
+ (analytic, monogr) editor[role!=translator] editor ATTACHMENT
+ sourceDesc reference[type=complete] reference ATTACHMENT
textDesc > column textColumn STRING
- biblStruct biblScope[type=pp] srcPages ATTACHEMENT
+ biblStruct biblScope[type=pp] srcPages ATTACHMENT
biblNote[n=url] textExternalLink
- & @rend ATTACHEMENT
+ & @rend ATTACHMENT
biblNote[n="url.ids"] textInternalLink
- & @rend ATTACHEMENT
+ & @rend ATTACHMENT
=item B<On document level>
@@ -643,11 +643,11 @@
(analytic, monogr) h\.title[type=main] docTitle TEXT
(analytic, monogr) h\.title[type=sub] docSubTitle TEXT
(analytic, monogr) h\.author docAuthor TEXT
- (analytic, monogr) editor[role!=translator] docEditor ATTACHEMENT
+ (analytic, monogr) editor[role!=translator] docEditor ATTACHMENT
biblNote[n=url] docExternalLink
- & @rend ATTACHEMENT
+ & @rend ATTACHMENT
biblNote[n="url.ids"] docInternalLink
- & @rend ATTACHEMENT
+ & @rend ATTACHMENT
=item B<On corpus level>
@@ -656,11 +656,11 @@
(analytic, monogr) h\.title[type=main] corpusTitle TEXT
(analytic, monogr) h\.title[type=sub] corpusSubTitle TEXT
(analytic, monogr) h\.author corpusAuthor TEXT
- (analytic, monogr) editor[role!=translator] corpusEditor ATTACHEMENT
+ (analytic, monogr) editor[role!=translator] corpusEditor ATTACHMENT
biblNote[n=url] corpusExternalLink
- & @rend ATTACHEMENT
+ & @rend ATTACHMENT
biblNote[n="url.ids"] corpudInternalLink
- & @rend ATTACHEMENT
+ & @rend ATTACHMENT
=back
diff --git a/script/korapxml2krill b/script/korapxml2krill
index d01be37..668edd1 100755
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -1201,7 +1201,7 @@
file to batch process multiple files.
C<extract> expects zip files only.
-C<archive> supports multiple input zip files with the constraint,
+C<archive> supports multiple input zip files with the constraint
that the first archive listed contains all primary data files
and all meta data files.
@@ -1214,7 +1214,7 @@
The extended input array will be sorted in length order, so the shortest
path needs to contain all primary data files and all meta data files.
-(The directory structure follows the base directory format,
+(The directory structure follows the base directory format
that may include a C<.> root folder.
In this case further archives lacking a C<.> root folder
need to be passed with a hash sign in front of the archive's name.
@@ -1639,11 +1639,11 @@
=item C<keyword>
-String meta data value, that can be given multiple times
+String meta data value that can be given multiple times
=item C<text>
-String meta data value, that is tokenized and can be searched as token sequences
+String meta data value that is tokenized and can be searched as token sequences
=item C<date>
@@ -1653,7 +1653,7 @@
Numerical meta data value
-=item C<attachement>
+=item C<attachment>
Non-indexed meta data value (only retrievable)
@@ -1665,7 +1665,7 @@
=item C<name>
-The key of the meta object, that may be prefixed by C<corpus> or C<doc>, in case the
+The key of the meta object that may be prefixed by C<corpus> or C<doc>, in case the
C<E<lt>xenoDataE<gt>> information is located on these levels. The text level introduces
no prefixes.