summaryrefslogtreecommitdiffstats
path: root/src/docparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/docparser.cpp')
-rw-r--r--src/docparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp
index 1c8479b..27d18f3 100644
--- a/src/docparser.cpp
+++ b/src/docparser.cpp
@@ -2063,7 +2063,7 @@ void DocIncOperator::parse()
if (g_includeFileName.isEmpty())
{
warn_doc_error(g_fileName,doctokenizerYYlineno,
- "No previous '\\include' or \\dontinclude' command for '\\%s' present",
+ "No previous '\\include' or '\\dontinclude' command for '\\%s' present",
typeAsString());
}