[libxslt] Fix typos



commit 9210e725903c3ce7540b536627040db80e298e5b
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Tue Oct 31 17:42:46 2017 +0100

    Fix typos
    
    Fixes bug 788668.

 ChangeLog                                       |   30 +++++++++++-----------
 doc/EXSLT/exslt.html                            |    8 +++---
 doc/apibuild.py                                 |    2 +-
 doc/index.py                                    |    6 ++--
 libexslt/exsltconfig.h.in                       |    2 +-
 libxslt/extensions.c                            |    2 +-
 libxslt/extra.c                                 |    2 +-
 libxslt/imports.c                               |    2 +-
 libxslt/numbers.c                               |    4 +-
 libxslt/xsltInternals.h                         |    6 ++--
 libxslt/xsltconfig.h.in                         |    4 +-
 libxslt/xsltutils.c                             |   14 +++++-----
 libxslt/xsltwin32config.h                       |    4 +-
 libxslt/xsltwin32config.h.in                    |    4 +-
 python/tests/pyxsltproc.py                      |    4 +-
 tests/docbook/result/fo/gdp-handbook.fo         |    2 +-
 tests/docbook/result/html/gdp-handbook.html     |    2 +-
 tests/docbook/result/xhtml/gdp-handbook.xhtml   |    2 +-
 tests/docbook/result/xtchunk/html/indexs02.orig |    2 +-
 tests/docbook/test/gdp-handbook.xml             |    2 +-
 tests/plugins/testplugin.c                      |    2 +-
 xsltproc/xsltproc.c                             |    2 +-
 22 files changed, 54 insertions(+), 54 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7761eb3..c4a4421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2057,7 +2057,7 @@ Wed Feb 25 16:35:01 CET 2004 Daniel Veillard <daniel veillard com>
        * libxslt/attributes.c libxslt/keys.h libxslt/preproc.c 
          libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c:
          First step toward _private cleanup: use the psvi field to store
-         the precompilation informations in the stylesheet nodes.
+         the precompilation information in the stylesheet nodes.
 
 Wed Feb 25 14:24:34 CET 2004 Daniel Veillard <daniel veillard com>
 
@@ -2402,7 +2402,7 @@ Mon Dec  8 23:34:32 HKT 2003 William Brack <wbrack mmm com hk>
          
 Mon Dec  1 16:41:27 CET 2003 Daniel Veillard <daniel veillard com>
 
-       * libxslt/*.h *.h.in: updated the metadata informations in the headers
+       * libxslt/*.h *.h.in: updated the metadata information in the headers
        * doc/* doc/html/*: regenerated the docs.
 
 Sun Nov 30 23:25:22 HKT 2003 William Brack <wbrack mmm com hk>
@@ -3614,14 +3614,14 @@ Tue Nov 26 16:02:38 CET 2002 Daniel Veillard <daniel veillard com>
 Tue Nov 26 15:17:13 CET 2002 Daniel Veillard <daniel veillard com>
 
        * libxslt/xsltutils.c libxslt/xsltutils.h: added the function
-         xsltGetProfileInformation() to retrieve profiling informations
+         xsltGetProfileInformation() to retrieve profiling information
          from an XSLT transformation context. It returns it as an XML
          tree. Provided by Michael Rothwell this closes RFE #99527
 
 Tue Nov 26 14:40:45 CET 2002 Daniel Veillard <daniel veillard com>
 
        * libxslt/imports.c: apply patch from Daniel Stodden, a bug
-         in xsltFindElemSpaceHandling() missing imported informations
+         in xsltFindElemSpaceHandling() missing imported information
        * tests/REC/stand-2.7-1.stand.out: this change slightly the result
          of this test.
 
@@ -3903,7 +3903,7 @@ Mon Oct 14 09:27:01 CEST 2002 Daniel Veillard <daniel veillard com>
 
 Tue Oct 15 12:42:25 CEST 2002 Daniel Veillard <daniel veillard com>
 
-       * README: updated the contact informations
+       * README: updated the contact information
 
 Tue Oct 15 11:40:19 CEST 2002 Daniel Veillard <daniel veillard com>
 
@@ -4196,7 +4196,7 @@ Tue Jul  2 00:02:53 CEST 2002 Daniel Veillard <daniel veillard com>
          tests/general/Makefile.am tests/general/bug-87.*: added a
          example in the regression tests for a case where the XML
          default namespace was missing from the namespace axis
-       * xsltproc/xsltproc.c: added the informations that parameter
+       * xsltproc/xsltproc.c: added the information that parameter
          strings are expected to be UTF8
        * libxslt/attributes.c: fixes on attribute group implementation
 
@@ -4685,7 +4685,7 @@ Sun Feb 10 20:16:15 CET 2002 Daniel Veillard <daniel veillard com>
 
        * libxslt/imports.c libxslt/numbers.c libxslt/pattern.c
          libxslt/pattern.h libxslt/transform.c libxslt/xslt.c
-         libxslt/xsltInternals.h: adding extra run-time informations
+         libxslt/xsltInternals.h: adding extra run-time information
          to make the stylesheet really read-only at run-time.
 
 Sun Feb 10 16:21:09 CET 2002 Daniel Veillard <daniel veillard com>
@@ -5822,7 +5822,7 @@ Mon Jul 16 14:26:48 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
        * tests/*/Makefile.am: updated the path to xsltproc
        * libexslt/common.c libexslt/exslt.h libexslt/exsltconfig.h.in
          libexslt/functions.c libexslt/math.c libexslt/sets.c: added
-         versionning informations, some cleanup, and added documentation
+         versioning information, some cleanup, and added documentation
          to a couple of exported functions
 
 Sun Jul 15 15:27:47 CEST 2001 Thomas Broyer <tbroyer ltgt net>
@@ -5955,7 +5955,7 @@ Sun Jul  8 15:40:44 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
 Sun Jul  8 14:39:27 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
 
        * doc/extensions.html: fixed a number of typo found by Dan York
-       * libxslt/xsltutils.c: improved the profiling ouput, added the
+       * libxslt/xsltutils.c: improved the profiling output, added the
          average value too.
 
 Sun Jul  8 00:01:21 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
@@ -6076,7 +6076,7 @@ Thu Jun 28 23:01:14 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
 Thu Jun 28 15:48:06 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
 
        * libxslt/xsltwin32config.h[.in]: added configuration/version
-         informations for Windows/MSC
+         information for Windows/MSC
        * libxslt/libxslt.h libxslt/*.c: internal header to centralize
          includes switches
        * libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in]
@@ -6205,7 +6205,7 @@ Sun Jun 17 13:15:48 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
        * configure.in: preparing 0.12.0 release
        * libxslt/transform.c: a bit of cleanup on the XInclude defaults
        * libxslt/xsltconfig.h.in: added doc inline comment
-       * libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations
+       * libxslt/xslt.[ch] libxslt/xsltproc.c: added more version information
          and enriched xsltproc --version to show them
        * doc/html/*.html: rebuilt the docs
        * doc/Makefile.am libxslt.spec.in: try to make sure John Fleck
@@ -6440,7 +6440,7 @@ Fri May 18 16:48:13 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
 
        * libxslt/xslt.c libxslt/variables.c libxslt/templates.c
          libxslt/keys.[ch] libxslt/functions.c: cleanups for ctxt->inst
-         avoiding modifying stylesheet informations, and fixing
+         avoiding modifying stylesheet information, and fixing
          document() when called from a global variable init
 
 Thu May 17 17:24:35 CEST 2001 Daniel Veillard <Daniel Veillard imag fr>
@@ -6954,7 +6954,7 @@ Tue Mar  6 19:03:21 CET 2001 Daniel Veillard <Daniel Veillard imag fr>
 
        * libxslt/preproc.[ch] Makefile.am templates.[ch] transform.[ch]
          xsltInternals.h: started working on optimizing stylesheet
-         element parsing. Just builds the extra informations so far.
+         element parsing. Just builds the extra information so far.
        * xsltutils.h: added a missing XPath decl
 
 Tue Mar  6 09:52:13 CET 2001 Daniel Veillard <Daniel Veillard imag fr>
@@ -7145,7 +7145,7 @@ Wed Feb 14 15:39:06 CET 2001 Daniel Veillard <Daniel Veillard imag fr>
          libxslt/xsltInternals.h libxslt/transform.[ch]
          libxslt/templates.c libxslt/xslt.c:
          Added apply-imports, keep a stack of running templates
-       * libxslt/xsltutils.c: bugfixes, gather the output informations
+       * libxslt/xsltutils.c: bugfixes, gather the output information
          down the cascade
        * tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-2e.xsl
          tests/xmlspec/diffspec.xsl tests/xmlspec/xmlspec.xsl: running
@@ -7679,5 +7679,5 @@ Fri Jan  5 11:34:12 CET 2001 Daniel Veillard <Daniel Veillard imag fr>
 
 Fri Jan  5 11:14:29 CET 2001 Daniel Veillard <Daniel Veillard imag fr>
 
-       * README: basic informations
+       * README: basic information
        * Changelog: created
diff --git a/doc/EXSLT/exslt.html b/doc/EXSLT/exslt.html
index e39aba5..b14ea49 100644
--- a/doc/EXSLT/exslt.html
+++ b/doc/EXSLT/exslt.html
@@ -91,7 +91,7 @@ really appreciated!).</p>
 <p>Check the following too <span style="color: #E50000">before
 posting</span>:</p>
 <ul>
-  <li><a href="search.php">use the search engine</a> to get informations
+  <li><a href="search.php">use the search engine</a> to get information
     related to your problem.</li>
   <li>make sure you are <a href="ftp://xmlsoft.org/";>using a recent
     version</a>, and that the problem still shows up in those</li>
@@ -108,7 +108,7 @@ posting</span>:</p>
     stylesheet (as an attachment)</li>
 </ul>
 
-<p>Then send the bug with associated informations to reproduce it to the <a
+<p>Then send the bug with associated information to reproduce it to the <a
 href="mailto:xslt gnome org">xslt gnome org</a> list; if it's really libxslt
 related I will approve it. Please do not send mail to me directly, it makes
 things really hard to track and in some cases I am not the best person to
@@ -125,8 +125,8 @@ answer a given question, ask on the list.</p>
     libxslt.</li>
   <li>There is <span style="color: #E50000">no garantee for support</span>,
     if your question remains unanswered after a week, repost it, making sure
-    you gave all the detail needed and the informations requested.</li>
-  <li>Failing to provide informations as requested or double checking first
+    you gave all the detail needed and the information requested.</li>
+  <li>Failing to provide information as requested or double checking first
     for prior feedback also carries the implicit message "the time of the
     library maintainers is less valuable than my time" and might not be
     welcome.</li>
diff --git a/doc/apibuild.py b/doc/apibuild.py
index bc12f01..ab0f4b7 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -675,7 +675,7 @@ class CParser:
        return((args, desc))
 
      #
-     # Parse a comment block and merge the informations found in the
+     # Parse a comment block and merge the information found in the
      # parameters descriptions, finally returns a block as complete
      # as possible
      #
diff --git a/doc/index.py b/doc/index.py
index 3cb3fec..01fc4d0 100755
--- a/doc/index.py
+++ b/doc/index.py
@@ -28,9 +28,9 @@
 #    Bye
 #
 # Then run the script in the doc subdir, it will create the XSLTsymbols and
-# word tables and populate them with informations extracted from 
-# the libxml2-api.xml API description, and make then accessible read-only
-# by nobody@loaclhost the user expected to be Apache's one
+# word tables and populate them with information extracted from 
+# the libxml2-api.xml API description, and make them accessible read-only
+# by nobody@localhost, the user expected to be Apache's one.
 #
 # On the Apache configuration, make sure you have php support enabled
 #
diff --git a/libexslt/exsltconfig.h.in b/libexslt/exsltconfig.h.in
index b46ffc0..03b4b3b 100644
--- a/libexslt/exsltconfig.h.in
+++ b/libexslt/exsltconfig.h.in
@@ -1,5 +1,5 @@
 /*
- * exsltconfig.h: compile-time version informations for the EXSLT library
+ * exsltconfig.h: compile-time version information for the EXSLT library
  *
  * See Copyright for the status of this software.
  *
diff --git a/libxslt/extensions.c b/libxslt/extensions.c
index ed02de5..851d598 100644
--- a/libxslt/extensions.c
+++ b/libxslt/extensions.c
@@ -2063,7 +2063,7 @@ xsltExtElementPreCompTest(xsltStylesheetPtr style, xmlNodePtr inst,
  * @ctxt:  an XSLT processing context
  * @node:  The current node
  * @inst:  the instruction in the stylesheet
- * @comp:  precomputed informations
+ * @comp:  precomputed information
  *
  * Process a libxslt:test node
  */
diff --git a/libxslt/extra.c b/libxslt/extra.c
index 2be0eec..e184683 100644
--- a/libxslt/extra.c
+++ b/libxslt/extra.c
@@ -47,7 +47,7 @@
  * @ctxt:  an XSLT processing context
  * @node:  The current node
  * @inst:  the instruction in the stylesheet
- * @comp:  precomputed informations
+ * @comp:  precomputed information
  *
  * Process an debug node
  */
diff --git a/libxslt/imports.c b/libxslt/imports.c
index 7262aab..6fca029 100644
--- a/libxslt/imports.c
+++ b/libxslt/imports.c
@@ -329,7 +329,7 @@ xsltNeedElemSpaceHandling(xsltTransformContextPtr ctxt) {
  * @ctxt:  an XSLT transformation context
  * @node:  an XML node
  *
- * Find strip-space or preserve-space informations for an element
+ * Find strip-space or preserve-space information for an element
  * respect the import precedence or the wildcards
  *
  * Returns 1 if space should be stripped, 0 if not, and 2 if everything
diff --git a/libxslt/numbers.c b/libxslt/numbers.c
index 24a1157..0d34740 100644
--- a/libxslt/numbers.c
+++ b/libxslt/numbers.c
@@ -716,7 +716,7 @@ xsltNumberFormatGetValue(xmlXPathContextPtr context,
 /**
  * xsltNumberFormat:
  * @ctxt: the XSLT transformation context
- * @data: the formatting informations
+ * @data: the formatting information
  * @node: the data to format
  *
  * Convert one number.
@@ -886,7 +886,7 @@ xsltFormatNumberPreSuffix(xsltDecimalFormatPtr self, xmlChar **format, xsltForma
  * @self: the decimal format
  * @format: the format requested
  * @number: the value to format
- * @result: the place to ouput the result
+ * @result: the place to output the result
  *
  * format-number() uses the JDK 1.1 DecimalFormat class:
  *
diff --git a/libxslt/xsltInternals.h b/libxslt/xsltInternals.h
index 47125b3..f9066ad 100644
--- a/libxslt/xsltInternals.h
+++ b/libxslt/xsltInternals.h
@@ -290,7 +290,7 @@ struct _xsltTemplate {
     int inheritedNsNr;  /* number of inherited namespaces */
     xmlNsPtr *inheritedNs;/* inherited non-excluded namespaces */
 
-    /* Profiling informations */
+    /* Profiling information */
     int nbCalls;        /* the number of time the template was called */
     unsigned long time; /* the time spent in this template */
     void *params;       /* xsl:param instructions */
@@ -1513,7 +1513,7 @@ struct _xsltStylesheet {
      */
     xsltTemplatePtr templates; /* the ordered list of templates */
     void *templatesHash;       /* hash table or wherever compiled templates
-                                  informations are stored */
+                                  information is stored */
     void *rootMatch;           /* template based on / */
     void *keyMatch;            /* template based on key() */
     void *elemMatch;           /* template based on * */
@@ -1733,7 +1733,7 @@ struct _xsltTransformContext {
 
     int              extrasNr;         /* the number of extras used */
     int              extrasMax;                /* the number of extras allocated */
-    xsltRuntimeExtraPtr extras;                /* extra per runtime informations */
+    xsltRuntimeExtraPtr extras;                /* extra per runtime information */
 
     xsltDocumentPtr  styleList;                /* the stylesheet docs list */
     void                 * sec;                /* the security preferences if any */
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 5fa5e58..1dda176 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -1,6 +1,6 @@
 /*
- * Summary: compile-time version informations for the XSLT engine
- * Description: compile-time version informations for the XSLT engine
+ * Summary: compile-time version information for the XSLT engine
+ * Description: compile-time version information for the XSLT engine
  *              this module is autogenerated.
  *
  * Copy: See Copyright for the status of this software.
diff --git a/libxslt/xsltutils.c b/libxslt/xsltutils.c
index 41498e0..adefde9 100644
--- a/libxslt/xsltutils.c
+++ b/libxslt/xsltutils.c
@@ -1462,7 +1462,7 @@ xsltSaveResultTo(xmlOutputBufferPtr buf, xmlDocPtr result,
        ((style->method == NULL) ||
         (!xmlStrEqual(style->method, (const xmlChar *) "xhtml")))) {
         xsltGenericError(xsltGenericErrorContext,
-               "xsltSaveResultTo : unknown ouput method\n");
+               "xsltSaveResultTo : unknown output method\n");
         return(-1);
     }
 
@@ -1790,7 +1790,7 @@ xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len,
 
 /************************************************************************
  *                                                                     *
- *             Generating profiling informations                       *
+ *             Generating profiling information                        *
  *                                                                     *
  ************************************************************************/
 
@@ -1953,9 +1953,9 @@ pretty_templ_match(xsltTemplatePtr templ) {
 /**
  * xsltSaveProfiling:
  * @ctxt:  an XSLT context
- * @output:  a FILE * for saving the informations
+ * @output:  a FILE * for saving the information
  *
- * Save the profiling informations on @output
+ * Save the profiling information on @output
  */
 void
 xsltSaveProfiling(xsltTransformContextPtr ctxt, FILE *output) {
@@ -2152,7 +2152,7 @@ xsltSaveProfiling(xsltTransformContextPtr ctxt, FILE *output) {
 
 /************************************************************************
  *                                                                     *
- *             Fetching profiling informations                         *
+ *             Fetching profiling information                          *
  *                                                                     *
  ************************************************************************/
 
@@ -2161,8 +2161,8 @@ xsltSaveProfiling(xsltTransformContextPtr ctxt, FILE *output) {
  * @ctxt:  a transformation context
  *
  * This function should be called after the transformation completed
- * to extract template processing profiling informations if availble.
- * The informations are returned as an XML document tree like
+ * to extract template processing profiling information if available.
+ * The information is returned as an XML document tree like
  * <?xml version="1.0"?>
  * <profile>
  * <template rank="1" match="*" name=""
diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h
index 63d90d0..86040dc 100644
--- a/libxslt/xsltwin32config.h
+++ b/libxslt/xsltwin32config.h
@@ -1,7 +1,7 @@
 /*
- * Summary: compile-time version informations for the XSLT engine 
+ * Summary: compile-time version information for the XSLT engine 
  *          when compiled on windows
- * Description: compile-time version informations for the XSLT engine
+ * Description: compile-time version information for the XSLT engine
  *              when compiled on windows. This file is generated.
  *
  * Copy: See Copyright for the status of this software.
diff --git a/libxslt/xsltwin32config.h.in b/libxslt/xsltwin32config.h.in
index cceeb6b..94c3dab 100644
--- a/libxslt/xsltwin32config.h.in
+++ b/libxslt/xsltwin32config.h.in
@@ -1,7 +1,7 @@
 /*
- * Summary: compile-time version informations for the XSLT engine 
+ * Summary: compile-time version information for the XSLT engine 
  *          when compiled on windows
- * Description: compile-time version informations for the XSLT engine
+ * Description: compile-time version information for the XSLT engine
  *              when compiled on windows. This file is generated.
  *
  * Copy: See Copyright for the status of this software.
diff --git a/python/tests/pyxsltproc.py b/python/tests/pyxsltproc.py
index 238fa5b..5843470 100755
--- a/python/tests/pyxsltproc.py
+++ b/python/tests/pyxsltproc.py
@@ -123,7 +123,7 @@ def usage(name = 'pyxsltproc'):
     print "\t             otherwise XML Catalogs starting from "
     print "\t         file:///etc/xml/catalog are activated by default"
     print "\t--xinclude : do XInclude processing on document input"
-    print "\t--profile or --norman : dump profiling informations "
+    print "\t--profile or --norman : dump profiling information "
     print "\nProject libxslt home page: http://xmlsoft.org/XSLT/";
     print "To report bugs and get help: http://xmlsoft.org/XSLT/bugs.html";
 
@@ -166,7 +166,7 @@ def main(args = None):
             print "TODO: xsltSetGenericDebugFunc() mapping missing"
         elif args[i] == "-version" or args[i] == "--version" or \
              args[i] == "-V":
-            print "TODO: version informations mapping missing"
+            print "TODO: version information mapping missing"
         elif args[i] == "-verbose" or args[i] == "--verbose" or \
              args[i] == "-v":
             if repeat == 0:
diff --git a/tests/docbook/result/fo/gdp-handbook.fo b/tests/docbook/result/fo/gdp-handbook.fo
index 7078f86..83d7d21 100644
--- a/tests/docbook/result/fo/gdp-handbook.fo
+++ b/tests/docbook/result/fo/gdp-handbook.fo
@@ -676,7 +676,7 @@ V1.1//EN"[]&gt;
           the directory.
         </fo:block>
             <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
-          If you want to create PostScript ouput, you will need to create an
+          If you want to create PostScript output, you will need to create an
           EPS version of your image file to be displayed in the
           PostScript file. There is a simple script available which
           allows you to change a PNG image into an EPS file
diff --git a/tests/docbook/result/html/gdp-handbook.html b/tests/docbook/result/html/gdp-handbook.html
index 211e620..026beb6 100644
--- a/tests/docbook/result/html/gdp-handbook.html
+++ b/tests/docbook/result/html/gdp-handbook.html
@@ -328,7 +328,7 @@ V1.1//EN"[]&gt;
           automatically look for <tt>myfile.png</tt> in
           the directory.
         </p><p>
-          If you want to create PostScript ouput, you will need to create an
+          If you want to create PostScript output, you will need to create an
           EPS version of your image file to be displayed in the
           PostScript file. There is a simple script available which
           allows you to change a PNG image into an EPS file
diff --git a/tests/docbook/result/xhtml/gdp-handbook.xhtml b/tests/docbook/result/xhtml/gdp-handbook.xhtml
index dff9a72..ca7199e 100644
--- a/tests/docbook/result/xhtml/gdp-handbook.xhtml
+++ b/tests/docbook/result/xhtml/gdp-handbook.xhtml
@@ -329,7 +329,7 @@ V1.1//EN"[]&gt;
           automatically look for <tt>myfile.png</tt> in
           the directory.
         </p><p>
-          If you want to create PostScript ouput, you will need to create an
+          If you want to create PostScript output, you will need to create an
           EPS version of your image file to be displayed in the
           PostScript file. There is a simple script available which
           allows you to change a PNG image into an EPS file
diff --git a/tests/docbook/result/xtchunk/html/indexs02.orig b/tests/docbook/result/xtchunk/html/indexs02.orig
index 0971206..0450068 100644
--- a/tests/docbook/result/xtchunk/html/indexs02.orig
+++ b/tests/docbook/result/xtchunk/html/indexs02.orig
@@ -222,7 +222,7 @@ V1.1//EN"[]&gt;
           automatically look for <tt>myfile.png</tt> in
           the directory.
         </p><p>
-          If you want to create PostScript ouput, you will need to create an
+          If you want to create PostScript output, you will need to create an
           EPS version of your image file to be displayed in the
           PostScript file. There is a simple script available which
           allows you to change a PNG image into an EPS file
diff --git a/tests/docbook/test/gdp-handbook.xml b/tests/docbook/test/gdp-handbook.xml
index 6fe6253..f7cda69 100644
--- a/tests/docbook/test/gdp-handbook.xml
+++ b/tests/docbook/test/gdp-handbook.xml
@@ -625,7 +625,7 @@ V1.1//EN"[]>]]>
           the directory.
         </para>
         <para>
-          If you want to create PostScript ouput, you will need to create an
+          If you want to create PostScript output, you will need to create an
           EPS version of your image file to be displayed in the
           PostScript file. There is a simple script available which
           allows you to change a PNG image into an EPS file
diff --git a/tests/plugins/testplugin.c b/tests/plugins/testplugin.c
index 95bb450..315d78b 100644
--- a/tests/plugins/testplugin.c
+++ b/tests/plugins/testplugin.c
@@ -155,7 +155,7 @@ xsltExtElementPreCompTest(xsltStylesheetPtr style, xmlNodePtr inst,
  * @ctxt:  an XSLT processing context
  * @node:  The current node
  * @inst:  the instruction in the stylesheet
- * @comp:  precomputed informations
+ * @comp:  precomputed information
  *
  * Process a libxslt:test node
  */
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c
index d8d2669..9298739 100644
--- a/xsltproc/xsltproc.c
+++ b/xsltproc/xsltproc.c
@@ -539,7 +539,7 @@ static void usage(const char *name) {
     printf("\t--xincludestyle : do XInclude processing on stylesheets\n");
 #endif
     printf("\t--load-trace : print trace of all external entites loaded\n");
-    printf("\t--profile or --norman : dump profiling informations \n");
+    printf("\t--profile or --norman : dump profiling information \n");
     printf("\nProject libxslt home page: http://xmlsoft.org/XSLT/\n";);
     printf("To report bugs and get help: http://xmlsoft.org/XSLT/bugs.html\n";);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]