summaryrefslogtreecommitdiffstats
path: root/src/definition.cpp
diff options
context:
space:
mode:
authorKunda <luzpaz@users.noreply.github.com>2017-03-05 18:16:30 (GMT)
committerKunda <luzpaz@users.noreply.github.com>2017-03-05 18:16:30 (GMT)
commit5711b54b4813a2f4ce3b858e496ac846cbda69e5 (patch)
treef9976bc0ce114c2c29d481babffefe3985b0f0e5 /src/definition.cpp
parent82ed99b4050963ab1c7134dede952400ff75dffc (diff)
downloadDoxygen-5711b54b4813a2f4ce3b858e496ac846cbda69e5.zip
Doxygen-5711b54b4813a2f4ce3b858e496ac846cbda69e5.tar.gz
Doxygen-5711b54b4813a2f4ce3b858e496ac846cbda69e5.tar.bz2
typos
some doxy typos and some misc. source typos typos some doxy typos and some misc. source typos
Diffstat (limited to 'src/definition.cpp')
-rw-r--r--src/definition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.cpp b/src/definition.cpp
index 68201da..26d828b 100644
--- a/src/definition.cpp
+++ b/src/definition.cpp
@@ -1109,7 +1109,7 @@ void Definition::writeInlineCode(OutputList &ol,const char *scopeName)
actualStart,actualEnd,codeFragment)
)
{
- //printf("Adding code fragement '%s' ext='%s'\n",
+ //printf("Adding code fragment '%s' ext='%s'\n",
// codeFragment.data(),m_impl->defFileExt.data());
ParserInterface *pIntf = Doxygen::parserManager->getParser(m_impl->defFileExt);
pIntf->resetCodeParserState();