Skip to content

Commit

Permalink
Merge pull request #914 from breathe-doc/inheritance
Browse files Browse the repository at this point in the history
Fix mistake in spelling of inheritance
  • Loading branch information
michaeljones committed Aug 22, 2023
2 parents bf020a8 + cf63cec commit 42d731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathe/parser/compoundsuper.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def buildChildren(self, child_, nodeName_):
elif child_.nodeType == Node.ELEMENT_NODE and \
nodeName_ == 'inheritancegraph':
obj_ = graphType.factory(
caption=f"Inheritence diagram for {self.get_compoundname()}:"
caption=f"Inheritance diagram for {self.get_compoundname()}:"
)
obj_.build(child_)
self.set_inheritancegraph(obj_)
Expand Down

0 comments on commit 42d731b

Please sign in to comment.