summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-09-28 15:14:28 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2019-09-28 15:14:28 (GMT)
commit9b9c2c6101be61baefb73b0c414e93381070e21b (patch)
tree89ff1f8931d2eeb5890749b1bd52501f993cdcf1 /src/doxygen.cpp
parent4e21d19cf63b17aadb62905535262deb208a0c73 (diff)
downloadDoxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.zip
Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.gz
Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.bz2
Fix typos
Found via ``` codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint ```
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 953a5de..7fec2b6 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -2588,7 +2588,7 @@ static MemberDef *addVariableToFile(
addMemberDocs(root,md,def,0,FALSE);
md->setRefItems(root->sli);
// if md is a variable forward declaration and root is the definition that
- // turn md into the defintion
+ // turn md into the definition
if (!root->explicitExternal && md->isExternal())
{
md->setDeclFile(md->getDefFileName(),md->getDefLine(),md->getDefColumn());