i18npool/source/textconversion/genconv_dict.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 80bb9a67cdd2578fa8be228d22d24a9ffc85ae5b Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:33 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jun 25 06:32:56 2019 +0200 Fix typo Change-Id: Ib844eafd0c717c2c3c65d3a0428eccb5e42f912d Reviewed-on: https://gerrit.libreoffice.org/74668 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/i18npool/source/textconversion/genconv_dict.cxx b/i18npool/source/textconversion/genconv_dict.cxx index cc3cd81cbc6d..4173d898622d 100644 --- a/i18npool/source/textconversion/genconv_dict.cxx +++ b/i18npool/source/textconversion/genconv_dict.cxx @@ -60,7 +60,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) fprintf(cfp, " * Copyright(c) 1999 - 2000, Sun Microsystems, Inc.\n"); fprintf(cfp, " * All Rights Reserved.\n"); fprintf(cfp, " */\n\n"); - fprintf(cfp, "/* !!!The file is generated automatically. DONOT edit the file manually!!! */\n\n"); + fprintf(cfp, "/* !!!The file is generated automatically. DO NOT edit the file manually!!! */\n\n"); fprintf(cfp, "#include <sal/types.h>\n"); fprintf(cfp, "#include <textconversion.hxx>\n"); fprintf(cfp, "\nextern \"C\" {\n"); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
