[Libreoffice-commits] core.git: i18npool/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 25 04:33:31 UTC 2019


 i18npool/source/textconversion/genconv_dict.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80bb9a67cdd2578fa8be228d22d24a9ffc85ae5b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:33 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list