diff options
author | albert-github <albert.tests@gmail.com> | 2015-07-05 17:13:40 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-07-05 17:13:40 (GMT) |
commit | a888543ca5f3fd28121f7eea4dbd25898fa7be57 (patch) | |
tree | d526143f7da529699f9829ce4dbc4da2cc61f47d | |
parent | 0d060c455207ab32092e5a7edcd5457bb00f4653 (diff) | |
download | Doxygen-a888543ca5f3fd28121f7eea4dbd25898fa7be57.zip Doxygen-a888543ca5f3fd28121f7eea4dbd25898fa7be57.tar.gz Doxygen-a888543ca5f3fd28121f7eea4dbd25898fa7be57.tar.bz2 |
Revert "Spelling correction for error message with USE_HTAGS usage"
This reverts commit 0d060c455207ab32092e5a7edcd5457bb00f4653.
-rw-r--r-- | src/htags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htags.cpp b/src/htags.cpp index 460d54d..c910eb6 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 specify a single directory.\n"); + err("If you use USE_HTAGS then INPUT should specific a single directory. \n"); return FALSE; } |