Index: build_run.c =================================================================== --- build_run.c (revision 36019) +++ build_run.c (revision 36020) @@ -67,7 +67,7 @@ first_time = 0; gds_init(&info); gds_append_str(&info, "This is pcb-rnd " PCB_VERSION " (" PCB_REVISION ")" "\nan interactive "); - gds_append_str(&info, "printed circuit board editor\nfrom the Ringdove EDA suite\ncomiled using librnd version " RND_VER_STR "\n"); + gds_append_str(&info, "printed circuit board editor\nfrom the Ringdove EDA suite\ncompiled using librnd version " RND_VER_STR "\n"); } return info.array; }