summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:35 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-25 07:08:55 +0200
commit0d1fef6ce003a935066d2fcfbee7416aa876f057 (patch)
tree93a754c85e550562da302d691df1f9328b2065e7 /i18npool
parent1a45fd04cae6364f0f12e42a35beb1cce14a21f4 (diff)
Fix typo
Change-Id: I26015136d5c5bbfae9cf2d61d7db1f23f960d78a Reviewed-on: https://gerrit.libreoffice.org/74666 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/collator/gencoll_rule.cxx2
1 files changed, 1 insertions, 1 deletions
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");