summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htags.cpp')
-rw-r--r--src/htags.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htags.cpp b/src/htags.cpp
index 9f45163..087d216 100644
--- a/src/htags.cpp
+++ b/src/htags.cpp
@@ -53,14 +53,14 @@ bool Htags::execute(const QCString &htmldir)
{
g_inputDir.setPath(inputSource.first());
if (!g_inputDir.exists())
- err("Error: Cannot find directory %s. "
+ err("error: Cannot find directory %s. "
"Check the value of the INPUT tag in the configuration file.\n",
inputSource.first()
);
}
else
{
- err("Error: If you use USE_HTAGS then INPUT should specific a single directory. \n");
+ err("error: If you use USE_HTAGS then INPUT should specific a single directory. \n");
return FALSE;
}
@@ -146,7 +146,7 @@ bool Htags::loadFilemap(const QCString &htmlDir)
}
else
{
- err("Error: file %s cannot be opened\n",fileMapName.data());
+ err("error: file %s cannot be opened\n",fileMapName.data());
}
}
return FALSE;