summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-07-05 17:13:22 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-07-05 17:13:22 (GMT)
commit0d060c455207ab32092e5a7edcd5457bb00f4653 (patch)
tree4d5fa1dbddf8855cacaa08251b568b229d93a651 /src/htags.cpp
parent42c376cdb41db392bd025611ccfcaddb49d05e92 (diff)
downloadDoxygen-0d060c455207ab32092e5a7edcd5457bb00f4653.zip
Doxygen-0d060c455207ab32092e5a7edcd5457bb00f4653.tar.gz
Doxygen-0d060c455207ab32092e5a7edcd5457bb00f4653.tar.bz2
Spelling correction for error message with USE_HTAGS usage
Diffstat (limited to 'src/htags.cpp')
-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;
}