Index: trunk/src_plugins/query/net_len.c =================================================================== --- trunk/src_plugins/query/net_len.c (revision 34975) +++ trunk/src_plugins/query/net_len.c (revision 34976) @@ -232,7 +232,7 @@ { long n; - /* remove anything from the open list has contect with the offending object, + /* remove anything from the open list that has contact with the offending object, so we are not going to follow a thread that is also affected */ for(n = 0; n < fctx->open.used; n++) { pcb_any_obj_t *o = fctx->open.array[n];