init spelling effort

This commit is contained in:
Vítor Santos Costa 2015-11-05 15:25:12 +00:00
parent ddfed40e00
commit 13aff4de32

View File

@ -805,7 +805,7 @@ InitProfTree(void)
reset_tree();
while (!(GLOBAL_ProfilerRoot = RBTreeCreate())) {
if (!Yap_growheap(FALSE, 0, NULL)) {
Yap_Error(RESOURCE_ERROR_HEAP, TermNil, "while initialisating profiler");
Yap_Error(RESOURCE_ERROR_HEAP, TermNil, "while initializing profiler");
return FALSE;
}
}