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