Fixed typo.
authorJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Sun, 7 Feb 2010 13:54:16 +0000 (14:54 +0100)
committerJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Sun, 7 Feb 2010 13:54:16 +0000 (14:54 +0100)
src/c/read.d

index 4cc6fe7..d7d27c1 100644 (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));
                        }