summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:33 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-25 06:32:56 +0200
commit80bb9a67cdd2578fa8be228d22d24a9ffc85ae5b (patch)
treeaa4dc8b6b455cafbdb5ea034103f7bef05e67a9f /i18npool
parent380d30bf2ee2442eace98126c4a35314b9928330 (diff)
Fix typo
Change-Id: Ib844eafd0c717c2c3c65d3a0428eccb5e42f912d Reviewed-on: https://gerrit.libreoffice.org/74668 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/textconversion/genconv_dict.cxx2
1 files changed, 1 insertions, 1 deletions
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");