summaryrefslogtreecommitdiffstats
path: root/src/docvisitor.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-11 08:38:47 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-11 08:38:47 (GMT)
commitb1934d8fb472a5a3efe077809f4ab2b1c8068608 (patch)
tree2da568579f7d11ce56fe58872da4770bd9037867 /src/docvisitor.cpp
parent7a1e45e841cec844d381f955f0e2904735ee0986 (diff)
downloadDoxygen-b1934d8fb472a5a3efe077809f4ab2b1c8068608.zip
Doxygen-b1934d8fb472a5a3efe077809f4ab2b1c8068608.tar.gz
Doxygen-b1934d8fb472a5a3efe077809f4ab2b1c8068608.tar.bz2
Spelling error
Corrected another spelling error
Diffstat (limited to 'src/docvisitor.cpp')
-rw-r--r--src/docvisitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docvisitor.cpp b/src/docvisitor.cpp
index 17aefc2..d46d8c0 100644
--- a/src/docvisitor.cpp
+++ b/src/docvisitor.cpp
@@ -40,7 +40,7 @@ CodeParserInterface &DocVisitor::getCodeParser(const char *extension)
{
std::string ext(extension?extension:"");
// for each extension we create a code parser once per visitor, so that
- // the context of the same parser object is reused thoughout multiple passes for instance
+ // the context of the same parser object is reused throughout multiple passes for instance
// for code fragments shown via dontinclude.
auto it = m_p->parserFactoryMap.find(ext);
if (it==m_p->parserFactoryMap.end())