Index: trunk/src_plugins/io_altium/pcbdoc_bin.c =================================================================== --- trunk/src_plugins/io_altium/pcbdoc_bin.c (revision 35591) +++ trunk/src_plugins/io_altium/pcbdoc_bin.c (revision 35592) @@ -710,7 +710,7 @@ tprintf(" bin parse: " #call "\n"); \ res = call(hidlib, tree, &fp, &tmp); \ if (res != 0) { \ - rnd_message(RND_MSG_ERROR, "(PcbDoc bin: abort parsing due to errro in " #call ")\n"); \ + rnd_message(RND_MSG_ERROR, "(PcbDoc bin: abort parsing due to error in " #call ")\n"); \ goto error; \ } \ } while(0)