diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-08-21 08:46:05 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-08-21 08:46:05 +0000 |
commit | 96f2cda8a72e8eacfb0f7eac109b727c45ba9415 (patch) | |
tree | 53bea3d39628c57f33eee3d1b88f6c92d775784d /xsltproc | |
parent | c73d033283287c0fff50575e178cbce2b6d0d707 (diff) | |
download | libxslt-96f2cda8a72e8eacfb0f7eac109b727c45ba9415.tar.gz libxslt-96f2cda8a72e8eacfb0f7eac109b727c45ba9415.tar.bz2 libxslt-96f2cda8a72e8eacfb0f7eac109b727c45ba9415.zip |
applied patch from Daniel Leidert to fix some typo applied another patch
* doc/xslt.html python/tests/pyxsltproc.py xsltproc/xsltproc.c:
applied patch from Daniel Leidert to fix some typo
* xsltproc.xml xsltproc.1: applied another patch from Daniel Leidert
and regenerated
Daniel
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/xsltproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 7abee404..da80e037 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -511,7 +511,7 @@ static void usage(const char *name) { printf("\t file:///etc/xml/catalog are activated by default\n"); #endif #ifdef LIBXML_XINCLUDE_ENABLED - printf("\t--xinclude : do XInclude processing on document intput\n"); + printf("\t--xinclude : do XInclude processing on document input\n"); #endif printf("\t--load-trace : print trace of all external entites loaded\n"); printf("\t--profile or --norman : dump profiling informations \n"); |