return mh_xmalloc(size);
if (size == 0)
- adios(NULL, "Tried to realloc 0bytes");
+ adios(NULL, "Tried to realloc 0 bytes");
memory = realloc(ptr, size);
if (!memory)
} else {
int status = context_foil(NULL);
if (status != OK) {
- advise("", "failed to create minimal profile/conext");
+ advise("", "failed to create minimal profile/context");
}
return status;
}