Index: src_plugins/io_lihata/read.c =================================================================== --- src_plugins/io_lihata/read.c (revision 20896) +++ src_plugins/io_lihata/read.c (revision 20897) @@ -789,7 +789,7 @@ return iolht_error(obj, "invalid role: text on layer shall not have a role\n"); text = pcb_text_alloc(ly); if (text == NULL) - return iolht_error(obj, "failed to allocate yrcy object\n"); + return iolht_error(obj, "failed to allocate text object\n"); } parse_id(&text->ID, obj, 5);