summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-03-17 15:58:14 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-03-17 15:58:14 (GMT)
commit7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (patch)
tree4e345b2966e0472f25b756e93d2edcd211fceb05 /src/code.l
parentbf4c90ae6e433922b011d51401db8eb23a83f294 (diff)
parentfd2e30508f50c2fe84d3619eaa1575545a25b1d3 (diff)
downloadDoxygen-7e2fcd305c8c9377aa958a3d812cc31bc81c0e32.zip
Doxygen-7e2fcd305c8c9377aa958a3d812cc31bc81c0e32.tar.gz
Doxygen-7e2fcd305c8c9377aa958a3d812cc31bc81c0e32.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
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()));