Last of the spelling fixed
This commit is contained in:
@@ -221,7 +221,7 @@ ab_position_window(
|
||||
NULL);
|
||||
|
||||
/*
|
||||
* Adjust geometry values to accomodate window-frame
|
||||
* Adjust geometry values to accommodate window-frame
|
||||
*
|
||||
* Also, if this routine is called before a window's contents have
|
||||
* been managed, its current available dimensions may be misleadingly
|
||||
|
||||
@@ -1194,7 +1194,7 @@ interpose_button_event(
|
||||
{
|
||||
/* Check to see if the drag occurred while we are waiting for hte
|
||||
* double-click interval to expire. If so, then if the drag is
|
||||
* outside the threshhold, cancel the double-click and initiate
|
||||
* outside the threshold, cancel the double-click and initiate
|
||||
* a move or resize.
|
||||
*/
|
||||
if (d_click->waiting)
|
||||
|
||||
@@ -656,7 +656,7 @@ term_execute_command(CG_SUBCOMMAND cmd_code, STRING cmd, STRING argv[])
|
||||
watchdog_pid = fork();
|
||||
if (watchdog_pid == (pid_t)-1)
|
||||
{
|
||||
/* error occured! */
|
||||
/* error occurred! */
|
||||
util_printf_err("Could not create subprocess: %s\n",
|
||||
strerror(errno));
|
||||
watchdog_pid = INVALID_PID;
|
||||
@@ -749,7 +749,7 @@ term_execute_command(CG_SUBCOMMAND cmd_code, STRING cmd, STRING argv[])
|
||||
/*printf("frontline: child done!\n");*/
|
||||
if (rc_pid == INVALID_PID)
|
||||
{
|
||||
/* damn! an error occured... */
|
||||
/* damn! an error occurred... */
|
||||
/*printf("frontline: error waiting for child! (%s)\n",
|
||||
util_strsafe(strerror(errno)));*/
|
||||
status_code = CG_STATUS_ERROR;
|
||||
|
||||
@@ -404,7 +404,7 @@ pal_get_editable_obj_info(
|
||||
* "editable" object, else directly compare the type & subtype.
|
||||
*
|
||||
* Note: the palitem structure test has precedence in order to
|
||||
* accomodate the high-level types which map to multiple
|
||||
* accommodate the high-level types which map to multiple
|
||||
* subtypes. i.e. If we have a "Radio Box", we want to map to
|
||||
* the "Choice" editable object 'super' type.
|
||||
*/
|
||||
|
||||
@@ -1192,7 +1192,7 @@ in_str_dup(
|
||||
}
|
||||
|
||||
/*
|
||||
** Transform a literal internal (byte-correct) string into a form acceptible
|
||||
** Transform a literal internal (byte-correct) string into a form acceptable
|
||||
** to gencat
|
||||
*/
|
||||
static void
|
||||
|
||||
@@ -284,7 +284,7 @@ abmfP_parse_c_file(FILE *cFile, CSegArray *segmentsOutPtr)
|
||||
|
||||
if ((rc < 0) && (rc != ERR_EOF))
|
||||
{
|
||||
/* failure occured */
|
||||
/* failure occurred */
|
||||
segArray->numSegs = 0;
|
||||
return_code(rc);
|
||||
}
|
||||
|
||||
@@ -497,7 +497,7 @@ objP_dispatch_event(OBJ_EVENT *event)
|
||||
if (ignoreEvents)
|
||||
{
|
||||
/*
|
||||
* A critical error has occured (e.g., an event loop). Just
|
||||
* A critical error has occurred (e.g., an event loop). Just
|
||||
* pretend everything is hunky-dory and ignore dispatch requests.
|
||||
*/
|
||||
iReturn= OK;
|
||||
|
||||
@@ -1553,7 +1553,7 @@ abio_close_block(FILE * outFile)
|
||||
}
|
||||
|
||||
/*
|
||||
* Write a character to the output file, preceeded by the indent string if we
|
||||
* Write a character to the output file, preceded by the indent string if we
|
||||
* are on a new line.
|
||||
*/
|
||||
int
|
||||
@@ -1567,7 +1567,7 @@ abio_putc(FILE * outFile, char c)
|
||||
}
|
||||
|
||||
/*
|
||||
* Write characters to the output file, preceeded by the indent string if we
|
||||
* Write characters to the output file, preceded by the indent string if we
|
||||
* are on a new line.
|
||||
*/
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user