From 5d9cee35ef4dc9a29b20616dfa2ab224d04764f1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 19 Oct 2015 10:32:10 +0100 Subject: [PATCH] Bug 13642: (qa follow-up) spelling + pod Fixes the 2 following errors: - spelling neccesary ==> necessary - *** ERROR: Spurious =cut command in file Koha/Crosswalk/DublinCore.pm --- Koha/Crosswalk/DublinCore.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Koha/Crosswalk/DublinCore.pm b/Koha/Crosswalk/DublinCore.pm index f9cd584..960f3bb 100644 --- a/Koha/Crosswalk/DublinCore.pm +++ b/Koha/Crosswalk/DublinCore.pm @@ -337,6 +337,7 @@ sub conversion_to_dc { return $dc; } + =item C Return the xml object as string. @@ -551,7 +552,7 @@ sub upper_or_lowercase { xml_constructor ( doc, root, namespace, attr, element_name, element_content, element_qualifier, element_scheme ) -USAGE: define all posible elements (name, content, qualifier, scheme) as neccesary +USAGE: define all posible elements (name, content, qualifier, scheme) as necessary doc: the XML object root: append root to doc namespace: defined as "dc" or "dcterms" @@ -640,7 +641,7 @@ sub xml_constructor { xml_constructor ( rdf, subject, namespace, attr, element_name, element_content, element_qualifier, element_scheme ) -USAGE: define all posible elements (name, content, qualifier, scheme) as neccesary +USAGE: define all posible elements (name, content, qualifier, scheme) as necessary rdf: the RDF object subject: the subject for the triples namespace: defined as "dc" or "dcterms". This is for Simple DC or DC-RDF recommendations. -- 2.1.0