Index: trunk/src/layer.c =================================================================== --- trunk/src/layer.c (revision 29686) +++ trunk/src/layer.c (revision 29687) @@ -698,7 +698,7 @@ return 0; } -/* Safe move of a layer within a layer array, updaging all fields (list->parents) */ +/* Safe move of a layer within a layer array, updating all fields (list->parents) */ void pcb_layer_move_(pcb_layer_t *dst, pcb_layer_t *src) { pcb_line_t *li;