diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-11-12 15:20:00 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-11-12 15:20:00 +0900 |
commit | 5d63feac1d0058fc1ad291efc1003437becbd9fa (patch) | |
tree | c54ae9c0a5e1da4238d37ec6cbdf4407510ddf32 /xsltproc | |
parent | f5c4d891252bd3c913f20c3c604982573692fa86 (diff) | |
download | libxslt-5d63feac1d0058fc1ad291efc1003437becbd9fa.tar.gz libxslt-5d63feac1d0058fc1ad291efc1003437becbd9fa.tar.bz2 libxslt-5d63feac1d0058fc1ad291efc1003437becbd9fa.zip |
Imported Upstream version 1.1.33upstream/1.1.33
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/Makefile.in | 4 | ||||
-rw-r--r-- | xsltproc/xsltproc.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xsltproc/Makefile.in b/xsltproc/Makefile.in index bd5caf9c..65dcc76e 100644 --- a/xsltproc/Makefile.in +++ b/xsltproc/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index d8d26698..92987396 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"); } |