Index: src/hid_attrib.c =================================================================== --- src/hid_attrib.c (revision 15466) +++ src/hid_attrib.c (revision 15467) @@ -208,7 +208,7 @@ (*argv)++; } else { - pcb_message(PCB_MSG_ERROR, "Multiple filenames not supported. First filename wasy: %s; offending second filename: %s\n", filename, (*argv)[0]); + pcb_message(PCB_MSG_ERROR, "Multiple filenames not supported. First filename was: %s; offending second filename: %s\n", filename, (*argv)[0]); exit(1); } }