summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
authororbitcowboy <ettl.martin78@gmail.com>2014-12-02 12:32:06 (GMT)
committerorbitcowboy <ettl.martin78@gmail.com>2014-12-02 12:32:06 (GMT)
commit8ff67ad01abfe97b43de0ef1799c8b798d725ab9 (patch)
tree6bb5f448a25ef4e27450542b70a80dea9ca224ce /src/entry.cpp
parent3b10b5b61a190018a46a05793d6c179e5fe3ea3b (diff)
downloadDoxygen-8ff67ad01abfe97b43de0ef1799c8b798d725ab9.zip
Doxygen-8ff67ad01abfe97b43de0ef1799c8b798d725ab9.tar.gz
Doxygen-8ff67ad01abfe97b43de0ef1799c8b798d725ab9.tar.bz2
Fixed typos in comments.
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 9f863d2..b5928b3 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -170,7 +170,7 @@ Entry::Entry(const Entry &e)
anchors->append(new SectionInfo(*s));
}
- // deep copy type contraint list
+ // deep copy type constraint list
if (e.typeConstr)
{
typeConstr = e.typeConstr->deepCopy();