summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-07-05 17:23:58 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-07-05 17:23:58 (GMT)
commit5cc45244002d1d7560233cfae01f9d5d735e1a3f (patch)
tree4d5fa1dbddf8855cacaa08251b568b229d93a651 /src/htags.cpp
parenta888543ca5f3fd28121f7eea4dbd25898fa7be57 (diff)
downloadDoxygen-5cc45244002d1d7560233cfae01f9d5d735e1a3f.zip
Doxygen-5cc45244002d1d7560233cfae01f9d5d735e1a3f.tar.gz
Doxygen-5cc45244002d1d7560233cfae01f9d5d735e1a3f.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;
}