1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

Fix typos

Fixes bug 788668.
This commit is contained in:
Nick Wellnhofer
2017-10-31 17:42:46 +01:00
parent 06755630bd
commit 9210e72590
22 changed files with 54 additions and 54 deletions

View File

@ -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");
}