summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-10-09 17:11:31 (GMT)
committerGitHub <noreply@github.com>2019-10-09 17:11:31 (GMT)
commit24b30300000cc14798cb7665a50094df7c1668e3 (patch)
tree9dc5277a20353c2db55757ae7d2790e1a9702587 /src/doxygen.cpp
parent85e8a034209a1accf8d4ac6d9b4d2fa49d84d349 (diff)
parent9b9c2c6101be61baefb73b0c414e93381070e21b (diff)
downloadDoxygen-24b30300000cc14798cb7665a50094df7c1668e3.zip
Doxygen-24b30300000cc14798cb7665a50094df7c1668e3.tar.gz
Doxygen-24b30300000cc14798cb7665a50094df7c1668e3.tar.bz2
Merge pull request #7283 from luzpaz/typos
Fix typos
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 798418f..184220c 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -2564,7 +2564,7 @@ static MemberDef *addVariableToFile(
addMemberDocs(root,md,def,0,FALSE,root->spec);
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());