summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoenio Costa <joenio@joenio.me>2019-08-08 02:00:58 (GMT)
committerJoenio Costa <joenio@joenio.me>2019-08-08 02:00:58 (GMT)
commite182d98227fe78ff58fe541b25683f0a034e3aab (patch)
tree1c1a638e1f458a70f61fabb43b93d7395873f956 /src
parentb51aa6497c579fcfce0fb3b261e7ca9418e48fe7 (diff)
downloadDoxygen-e182d98227fe78ff58fe541b25683f0a034e3aab.zip
Doxygen-e182d98227fe78ff58fe541b25683f0a034e3aab.tar.gz
Doxygen-e182d98227fe78ff58fe541b25683f0a034e3aab.tar.bz2
spelling error: suported -> supported
Diffstat (limited to 'src')
-rw-r--r--src/docparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp
index b97bf1c..9dd1c71 100644
--- a/src/docparser.cpp
+++ b/src/docparser.cpp
@@ -4999,7 +4999,7 @@ void DocPara::handleImage(const QCString &cmdName)
{
if (g_token->name.lower() != "inline")
{
- warn_doc_error(g_fileName,doctokenizerYYlineno,"currently only 'inline' suported as option of %s command",
+ warn_doc_error(g_fileName,doctokenizerYYlineno,"currently only 'inline' supported as option of %s command",
qPrint(saveCmdName));
}
else