Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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;

View File

@@ -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.
*/