diff options
Diffstat (limited to 'xsltproc/xsltproc.c')
-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"); |