summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l
index 546debd..dcc7da8 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1264,7 +1264,7 @@ void Config::check()
if (dotFontName=="FreeSans" || dotFontName=="FreeSans.ttf")
{
config_err("Warning: doxygen no longer ships with the FreeSans font.\n"
- "You may want to clear or change DOT_FONTPATH.\n"
+ "You may want to clear or change DOT_FONTNAME.\n"
"Otherwise you run the risk that the wrong font is being used for dot generated graphs.\n");
}