Spelling fixes
This commit is contained in:
@@ -1124,7 +1124,7 @@ obj_set_resizable(ABObj obj, BOOL resizable)
|
||||
obj->info.window.resizable = resizable;
|
||||
return 0;
|
||||
}
|
||||
member_error(obj, "resizeable");
|
||||
member_error(obj, "resizable");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
@@ -1609,7 +1609,7 @@ sig_fault_handler()
|
||||
/* We should have cleared this to prepare for a mem fault */
|
||||
/* If not, then something has gone haywire */
|
||||
static STRING msg = NULL;
|
||||
msg = "MEMORY ACCESS VIOLATION OCCURED. ABORTING.\n";
|
||||
msg = "MEMORY ACCESS VIOLATION OCCURRED. ABORTING.\n";
|
||||
write(2, msg, strlen(msg));
|
||||
abort();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user