summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-07-26 09:59:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-07-26 09:59:56 (GMT)
commitb8f97f08fa69d8ac1bd62151737071fb42990813 (patch)
tree373e03de83b2517b0ee60ba691cd1efef2994a73
parentf88c49aa678f7d5e5facd7734358548d0d32722f (diff)
parent5cc45244002d1d7560233cfae01f9d5d735e1a3f (diff)
downloadDoxygen-b8f97f08fa69d8ac1bd62151737071fb42990813.zip
Doxygen-b8f97f08fa69d8ac1bd62151737071fb42990813.tar.gz
Doxygen-b8f97f08fa69d8ac1bd62151737071fb42990813.tar.bz2
Merge pull request #362 from albert-github/feature/bug_htags_spell
Spelling correction for error message with USE_HTAGS usage
-rw-r--r--src/htags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htags.cpp b/src/htags.cpp
index c910eb6..460d54d 100644
--- a/src/htags.cpp
+++ b/src/htags.cpp
@@ -59,7 +59,7 @@ bool Htags::execute(const QCString &htmldir)
}
else
{
- err("If you use USE_HTAGS then INPUT should specific a single directory. \n");
+ err("If you use USE_HTAGS then INPUT should specify a single directory.\n");
return FALSE;
}