summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-04 19:07:13 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-04 19:07:13 (GMT)
commit03a9454f2b748b3c9b7f5e12b921b25a9c8c98cb (patch)
tree11cdb5c8c20a0b1ad4f410c20b61cc89489a7ed7 /src/code.l
parenta1ddcc91ab6e1f7f69310179c2377e7666808a14 (diff)
downloadDoxygen-03a9454f2b748b3c9b7f5e12b921b25a9c8c98cb.zip
Doxygen-03a9454f2b748b3c9b7f5e12b921b25a9c8c98cb.tar.gz
Doxygen-03a9454f2b748b3c9b7f5e12b921b25a9c8c98cb.tar.bz2
More typos
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index fc511a0..d7d5d74 100644
--- a/src/code.l
+++ b/src/code.l
@@ -904,7 +904,7 @@ static bool getLinkInScope(const QCString &c, // scope
return TRUE;
}
}
- else // found member, but is is not linkable, so make sure content inside is not assign
+ else // found member, but it is not linkable, so make sure content inside is not assigned
// to the previous member, see bug762760
{
DBG_CTX((stderr,"unlinkable member %s\n",md->name().data()));