Index: trunk/src/object_act.c =================================================================== --- trunk/src/object_act.c (revision 38717) +++ trunk/src/object_act.c (revision 38718) @@ -113,7 +113,7 @@ *maxy = newy2; if (*maxy > pcb->hidlib.dwg.Y2 - GAP) { *maxy = GAP; - rnd_message(RND_MSG_WARNING, "The board is too small for hosting all subcircuits,\ndiesperse restarted from the top.\nExpect overlapping subcircuits\n"); + rnd_message(RND_MSG_WARNING, "The board is too small for hosting all subcircuits,\ndisperse restarted from the top.\nExpect overlapping subcircuits\n"); } } }