summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-02 16:43:25 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-08-02 16:43:25 (GMT)
commit570c227f3b4cadc11a2eac1ad7b03dcf88e9828c (patch)
tree14cc6ebdb70586c0c4fa190ed175e8d525b8d1e1 /src
parent7a10b6e784bf1ed882157471038e174df850b06c (diff)
downloadDoxygen-570c227f3b4cadc11a2eac1ad7b03dcf88e9828c.zip
Doxygen-570c227f3b4cadc11a2eac1ad7b03dcf88e9828c.tar.gz
Doxygen-570c227f3b4cadc11a2eac1ad7b03dcf88e9828c.tar.bz2
Fixed typo
Diffstat (limited to 'src')
-rw-r--r--src/docgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docgroup.h b/src/docgroup.h
index 738b748..4775d90 100644
--- a/src/docgroup.h
+++ b/src/docgroup.h
@@ -33,7 +33,7 @@ class DocGroup
void enterCompound(const char *fileName,int line,const char *name);
void leaveCompound(const char *,int,const char * /*name*/);
void open(Entry *e,const char *,int,bool implicit=false);
- void close(Entry *e,const char *fileName,int line,bool foundInline,bool imlicit=false);
+ void close(Entry *e,const char *fileName,int line,bool foundInline,bool implicit=false);
void initGroupInfo(Entry *e);
bool isEmpty() const;
void clearHeader();