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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 25 05:18:29 UTC 2019


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

New commits:
commit 52800731baf9fcb88e54d60de5585640c8f97f7b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:34 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 25 07:17:55 2019 +0200

    Fix typo
    
    Change-Id: I3a7d636d822f8f3e51c91ada359c4ef47bce763c
    Reviewed-on: https://gerrit.libreoffice.org/74667
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/i18npool/source/indexentry/genindex_data.cxx b/i18npool/source/indexentry/genindex_data.cxx
index a6f054138df3..5fae0d3da165 100644
--- a/i18npool/source/indexentry/genindex_data.cxx
+++ b/i18npool/source/indexentry/genindex_data.cxx
@@ -94,7 +94,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
     fprintf(fp, " * Copyright(c) 1999 - 2006, Sun Microsystems, Inc.\n");
     fprintf(fp, " * All Rights Reserved.\n");
     fprintf(fp, " */\n\n");
-    fprintf(fp, "/* !!!The file is generated automatically. DONOT edit the file manually!!! */\n\n");
+    fprintf(fp, "/* !!!The file is generated automatically. DO NOT edit the file manually!!! */\n\n");
     fprintf(fp, "#include <sal/types.h>\n");
     fprintf(fp, "\nextern \"C\" {\n");
 


More information about the Libreoffice-commits mailing list