Index: trunk/src/find_print.c =================================================================== --- trunk/src/find_print.c (revision 13396) +++ trunk/src/find_print.c (revision 13397) @@ -39,7 +39,7 @@ /* check all pins in element */ -#warning padstack TODO: term TODO: this doesn't handle padstacks or terminals +#warning padstack TODO: term TODO: this does not handle padstacks or terminals PCB_PIN_LOOP(Element); { Index: trunk/src_plugins/hid_lesstif/main.c =================================================================== --- trunk/src_plugins/hid_lesstif/main.c (revision 13396) +++ trunk/src_plugins/hid_lesstif/main.c (revision 13397) @@ -1607,7 +1607,7 @@ int lesstif_key_name(unsigned short int key_raw, char *out, int out_len) { -#warning TODO#3: don't ingore key_tr (either of them is 0) +#warning TODO#3: do not ingore key_tr (either of them is 0) char *name = XKeysymToString(key_raw); if (name == NULL) return -1; Index: trunk/src_plugins/io_eagle/read.c =================================================================== --- trunk/src_plugins/io_eagle/read.c (revision 13396) +++ trunk/src_plugins/io_eagle/read.c (revision 13397) @@ -781,7 +781,7 @@ #warning TODO need to load thermals flags to set clearance; may in fact be more contactref related. -#warning TODO binary dx, dy are unsigned, so the following may not be needed if XML doesn't need it +#warning TODO binary dx, dy are unsigned, so the following may not be needed if XML does not need it if (dx < 0) { x -= dx; dx = -dx; Index: trunk/src_plugins/millpath/toolpath.c =================================================================== --- trunk/src_plugins/millpath/toolpath.c (revision 13396) +++ trunk/src_plugins/millpath/toolpath.c (revision 13397) @@ -121,7 +121,7 @@ for(pad = (pcb_pad_t *)pcb_r_first(pcb->Data->pad_tree, &it); pad != NULL; pad = (pcb_pad_t *)pcb_r_next(&it)) { if (PCB_FLAG_TEST(PCB_FLAG_ONSOLDER, pad) == is_solder) { memcpy(&pad_tmp, pad, sizeof(pad_tmp)); -#warning TODO: figure why this can't be 1 +#warning TODO: figure why this can not be 1 pad_tmp.Clearance = PCB_MM_TO_COORD(0.01); pcb_poly_sub_obj(pcb->Data, layer, result->fill, PCB_TYPE_PAD, &pad_tmp); } Index: trunk/src_plugins/mincut/rats_mincut.c =================================================================== --- trunk/src_plugins/mincut/rats_mincut.c (revision 13396) +++ trunk/src_plugins/mincut/rats_mincut.c (revision 13397) @@ -70,7 +70,7 @@ pcb_any_obj_t *curr = current_obj, *from = from_obj; short_conn_t *s; -#warning find.c TODO: won't be needed after the big rewrite +#warning find.c TODO: will not be needed after the big rewrite if (from_type == 32) /* rat line is often rat point and has no ID */ from = NULL;