Fixed typo.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-07 14:54:16 +01:00
parent 6e01a0fc67
commit 17fc75fcc1

View file

@ -2478,7 +2478,7 @@ read_VV(cl_object block, void (*entry_point)(cl_object))
x = cl_core.packages_to_be_created;
loop_for_on(x) {
if ((old_eptbc == OBJNULL) || !ecl_member(x, old_eptbc)) {
CEerror(Ct, "The following package was referenced in a~"
CEerror(Ct, "The following package was referenced in a "
"compiled file, but has not been created: ~A",
2, block->cblock.name, CAR(x));
}