From 52800731baf9fcb88e54d60de5585640c8f97f7b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Jun 2019 22:42:34 +0000 Subject: Fix typo Change-Id: I3a7d636d822f8f3e51c91ada359c4ef47bce763c Reviewed-on: https://gerrit.libreoffice.org/74667 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- i18npool/source/indexentry/genindex_data.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool') 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 \n"); fprintf(fp, "\nextern \"C\" {\n"); -- cgit