[Libreoffice-commits] core.git: i18npool/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 25 05:09:32 UTC 2019
i18npool/source/collator/gencoll_rule.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0d1fef6ce003a935066d2fcfbee7416aa876f057
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:35 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 25 07:08:55 2019 +0200
Fix typo
Change-Id: I26015136d5c5bbfae9cf2d61d7db1f23f960d78a
Reviewed-on: https://gerrit.libreoffice.org/74666
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx
index 31480f3dc574..fb0349f19b84 100644
--- a/i18npool/source/collator/gencoll_rule.cxx
+++ b/i18npool/source/collator/gencoll_rule.cxx
@@ -45,7 +45,7 @@ static void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len)
fprintf(fp, " * Copyright(c) 1999 - 2000, 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