summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-04-29 10:59:56 (GMT)
committerGitHub <noreply@github.com>2018-04-29 10:59:56 (GMT)
commit4bf30f6dccf17b893f0e11880fdceff809469e7b (patch)
tree31b7e8b7036ec729f72d7fcf1667d7fa3fa216e6 /src/memberdef.cpp
parent2ff6bc1d172d0ab03f4164377786fa6c887e4854 (diff)
parent99a836218ca4e20862d3f816361c4586b45560ee (diff)
downloadDoxygen-4bf30f6dccf17b893f0e11880fdceff809469e7b.zip
Doxygen-4bf30f6dccf17b893f0e11880fdceff809469e7b.tar.gz
Doxygen-4bf30f6dccf17b893f0e11880fdceff809469e7b.tar.bz2
Merge pull request #707 from luzpaz/misc-typos
Misc. typos
Diffstat (limited to 'src/memberdef.cpp')
-rw-r--r--src/memberdef.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index 4328437..0bd0701 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -101,7 +101,7 @@ static QCString addTemplateNames(const QCString &s,const QCString &n,const QCStr
// ol.endParameterName(last==FALSE)
// ...
// ol.startParameterType(first=FALSE)
-// ol.endParamtereType
+// ol.endParameterType
// ol.startParameterName
// ol.endParameterName(last==TRUE)
// ...
@@ -571,7 +571,7 @@ class MemberDefImpl
bool stat; // is it a static function?
bool proto; // is it a prototype;
bool docEnumValues; // is an enum with documented enum values.
- bool annScope; // member is part of an annoymous scope
+ bool annScope; // member is part of an anonymous scope
bool annUsed;
bool hasCallGraph;
bool hasCallerGraph;