From 20c60886e42c942e6c45a3a99d583e4d3269a1c1 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 8 Mar 2020 17:19:42 +0100 Subject: Fix typos Resolves #133. --- os400/iconv/bldcsndfa/ccsid_mibenum.xml | 2 +- os400/libxmlrpg/catalog.rpgle | 2 +- os400/libxmlrpg/parser.rpgle | 12 ++++++------ os400/libxmlrpg/schemasInternals.rpgle | 6 +++--- os400/libxmlrpg/tree.rpgle | 2 +- os400/libxmlrpg/xmlIO.rpgle | 4 ++-- os400/libxmlrpg/xmlTypesC.rpgle | 2 +- os400/libxmlrpg/xmlexports.rpgle | 2 +- os400/libxmlrpg/xmlschemas.rpgle | 2 +- os400/libxmlrpg/xmlversion.rpgle.in | 4 ++-- os400/libxmlrpg/xpath.rpgle | 2 +- os400/rpgsupport.c | 2 +- os400/rpgsupport.h | 2 +- os400/transcode.c | 2 +- 14 files changed, 23 insertions(+), 23 deletions(-) (limited to 'os400') diff --git a/os400/iconv/bldcsndfa/ccsid_mibenum.xml b/os400/iconv/bldcsndfa/ccsid_mibenum.xml index 8af38b42..1b924732 100644 --- a/os400/iconv/bldcsndfa/ccsid_mibenum.xml +++ b/os400/iconv/bldcsndfa/ccsid_mibenum.xml @@ -8,7 +8,7 @@ --- Author: Patrick Monnerat , DATASPHERE S.A. --> - + EBCDIC diff --git a/os400/libxmlrpg/catalog.rpgle b/os400/libxmlrpg/catalog.rpgle index 1dab819d..698ec5a9 100644 --- a/os400/libxmlrpg/catalog.rpgle +++ b/os400/libxmlrpg/catalog.rpgle @@ -33,7 +33,7 @@ * XML_CATALOG_PI: * - * The specific XML Catalog Processing Instuction name. + * The specific XML Catalog Processing Instruction name. d XML_CATALOG_PI c 'oasis-xml-catalog' diff --git a/os400/libxmlrpg/parser.rpgle b/os400/libxmlrpg/parser.rpgle index fa48d4f3..c6b17a13 100644 --- a/os400/libxmlrpg/parser.rpgle +++ b/os400/libxmlrpg/parser.rpgle @@ -70,7 +70,7 @@ * xmlParserNodeInfo: * - * The parser can be asked to collect Node informations, i.e. at what + * The parser can be asked to collect Node information, i.e. at what * place in the file they were detected. * NOTE: This is off by default and not very well tested. @@ -310,7 +310,7 @@ d freeAttrsNr like(xmlCint) # free attr. nodes d freeAttrs like(xmlAttrPtr) Free attr noes list * - * the complete error informations for the last error. + * the complete error information for the last error. * d lastError likeds(xmlError) d parseMode like(xmlParserMode) The parser mode @@ -342,7 +342,7 @@ * xmlSAXHandler: * * A SAX handler is bunch of callbacks called by the parser when - * processing of the input generate data or structure informations. + * processing of the input generate data or structure information. * resolveEntitySAXFunc: * @ctx: the user data (XML parser context) @@ -700,7 +700,7 @@ * (localname/prefix/URI/value/end) attribute values. * * SAX2 callback when an element start has been detected by the parser. - * It provides the namespace informations for the element, as well as + * It provides the namespace information for the element, as well as * the new namespace declarations on the element. d startElementNsSAX2Func... @@ -714,7 +714,7 @@ * @URI: the element namespace name if available * * SAX2 callback when an element end has been detected by the parser. - * It provides the namespace informations for the element. + * It provides the namespace information for the element. d endElementNsSAX2Func... d s * based(######typedef######) @@ -1367,7 +1367,7 @@ * xmlFeature: * - * Used to examine the existance of features that can be enabled + * Used to examine the existence of features that can be enabled * or disabled at compile-time. * They used to be called XML_FEATURE_xxx but this clashed with Expat diff --git a/os400/libxmlrpg/schemasInternals.rpgle b/os400/libxmlrpg/schemasInternals.rpgle index 765ed007..6429eb2b 100644 --- a/os400/libxmlrpg/schemasInternals.rpgle +++ b/os400/libxmlrpg/schemasInternals.rpgle @@ -429,14 +429,14 @@ * XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED: * - * The attribute wildcard has been already builded. + * The attribute wildcard has been already built. d XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED... d c X'0001' * XML_SCHEMAS_ATTRGROUP_GLOBAL: * - * The attribute wildcard has been already builded. + * The attribute wildcard has been already built. d XML_SCHEMAS_ATTRGROUP_GLOBAL... d c X'0002' @@ -885,7 +885,7 @@ * XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION: * - * disallowed substitutions: "substituion" + * disallowed substitutions: "substitution" d XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION... d c X'00002000' diff --git a/os400/libxmlrpg/tree.rpgle b/os400/libxmlrpg/tree.rpgle index 6512778c..3e78182c 100644 --- a/os400/libxmlrpg/tree.rpgle +++ b/os400/libxmlrpg/tree.rpgle @@ -519,7 +519,7 @@ * xmlDocProperty * * Set of properties of the document as found by the parser - * Some of them are linked to similary named xmlParserOption + * Some of them are linked to similarly named xmlParserOption d xmlDocProperties... d s based(######typedef######) diff --git a/os400/libxmlrpg/xmlIO.rpgle b/os400/libxmlrpg/xmlIO.rpgle index 6c0afcc9..d0e6f747 100644 --- a/os400/libxmlrpg/xmlIO.rpgle +++ b/os400/libxmlrpg/xmlIO.rpgle @@ -18,7 +18,7 @@ * @filename: the filename or URI * * Callback used in the I/O Input API to detect if the current handler - * can provide input fonctionnalities for this resource. + * can provide input functionalities for this resource. * * Returns 1 if yes and 0 if another Input module should be used @@ -70,7 +70,7 @@ * @filename: the filename or URI * * Callback used in the I/O Output API to detect if the current handler - * can provide output fonctionnalities for this resource. + * can provide output functionalities for this resource. * * Returns 1 if yes and 0 if another Output module should be used diff --git a/os400/libxmlrpg/xmlTypesC.rpgle b/os400/libxmlrpg/xmlTypesC.rpgle index 48a23bfc..3440dc10 100644 --- a/os400/libxmlrpg/xmlTypesC.rpgle +++ b/os400/libxmlrpg/xmlTypesC.rpgle @@ -1,4 +1,4 @@ - * Eqivalent of C data types. + * Equivalent of C data types. * * Copy: See Copyright for the status of this software. * diff --git a/os400/libxmlrpg/xmlexports.rpgle b/os400/libxmlrpg/xmlexports.rpgle index 9a6fd10d..d76ad4bd 100644 --- a/os400/libxmlrpg/xmlexports.rpgle +++ b/os400/libxmlrpg/xmlexports.rpgle @@ -8,7 +8,7 @@ /if not defined(XML_EXPORTS_H__) /define XML_EXPORTS_H__ - * The definition in the original C header file are not appliable to + * The definition in the original C header file are not applicable to * ILE/RPG. * Therefore this file is intentionally empty. diff --git a/os400/libxmlrpg/xmlschemas.rpgle b/os400/libxmlrpg/xmlschemas.rpgle index f34ddcd3..f453bd29 100644 --- a/os400/libxmlrpg/xmlschemas.rpgle +++ b/os400/libxmlrpg/xmlschemas.rpgle @@ -141,7 +141,7 @@ * @line: returned line information * * A schemas validation locator, a callback called by the validator. - * This is used when file or node informations are not available + * This is used when file or node information are not available * to find out what file and line number are affected * * Returns: 0 in case of success and -1 in case of error diff --git a/os400/libxmlrpg/xmlversion.rpgle.in b/os400/libxmlrpg/xmlversion.rpgle.in index 955599e2..94a3910f 100644 --- a/os400/libxmlrpg/xmlversion.rpgle.in +++ b/os400/libxmlrpg/xmlversion.rpgle.in @@ -1,5 +1,5 @@ - * Summary: compile-time version informations - * Description: compile-time version informations for the XML library + * Summary: compile-time version information + * Description: compile-time version information for the XML library * * Copy: See Copyright for the status of this software. * diff --git a/os400/libxmlrpg/xpath.rpgle b/os400/libxmlrpg/xpath.rpgle index 6e591ee4..e1e15d6d 100644 --- a/os400/libxmlrpg/xpath.rpgle +++ b/os400/libxmlrpg/xpath.rpgle @@ -389,7 +389,7 @@ * xmlXPathParserContext: * - * An XPath parser context. It contains pure parsing informations, + * An XPath parser context. It contains pure parsing information, * an xmlXPathContext, and the stack of objects. d xmlXPathParserContext... diff --git a/os400/rpgsupport.c b/os400/rpgsupport.c index ad4cc5dd..a2f2399e 100644 --- a/os400/rpgsupport.c +++ b/os400/rpgsupport.c @@ -19,7 +19,7 @@ /** -*** ILE/RPG cannot directly derefence a pointer and has no macros. +*** ILE/RPG cannot directly dereference a pointer and has no macros. *** The following additional procedures supply these functions. *** In addition, the following code is adjusted for threads control at *** compile time via the C macros. diff --git a/os400/rpgsupport.h b/os400/rpgsupport.h index d8016d72..8e572d45 100644 --- a/os400/rpgsupport.h +++ b/os400/rpgsupport.h @@ -1,5 +1,5 @@ /** -*** Additional delarations for ILE/RPG support. +*** Additional declarations for ILE/RPG support. *** *** See Copyright for the status of this software. *** diff --git a/os400/transcode.c b/os400/transcode.c index bae61872..ea71b15c 100644 --- a/os400/transcode.c +++ b/os400/transcode.c @@ -33,7 +33,7 @@ xmlZapDict(xmlDictPtr * dict) /** *** Support for inline conversion from/to UTF-8. -*** This is targetted to function parameter encoding conversion. +*** This is targeted to function parameter encoding conversion. *** Method is: *** - Convert string from/to UTF-8. *** - Keep it in a dictionary. -- cgit v1.2.1