Index: obj_pinvia_therm.c =================================================================== --- obj_pinvia_therm.c (revision 5896) +++ obj_pinvia_therm.c (revision 5897) @@ -381,7 +381,7 @@ /* fix me needs error checking */ if (style == 2) { /* t is the theoretically required length, but we use twice that - * to avoid descritisation errors in our circle approximation. + * to avoid discretisation errors in our circle approximation. */ pa = pcb_poly_from_rect(pin->X - t * 2, pin->X + t * 2, pin->Y - w, pin->Y + w); pcb_polyarea_boolean_free(m, pa, &arc, PCB_PBO_SUB); @@ -389,7 +389,7 @@ } else { /* t is the theoretically required length, but we use twice that - * to avoid descritisation errors in our circle approximation. + * to avoid discretisation errors in our circle approximation. */ pa = diag_line(pin->X, pin->Y, t * 2, w, pcb_true); pcb_polyarea_boolean_free(m, pa, &arc, PCB_PBO_SUB);