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

@@ -604,7 +604,7 @@ CurrentDirDropCallback(
/************************************************************************
*
* CurrentDirIconCallback
* Callback function invoked upon an action occuring on an icon.
* Callback function invoked upon an action occurring on an icon.
*
************************************************************************/

View File

@@ -1306,7 +1306,7 @@ FlattenTree(
/************************************************************************
*
* IconCallback
* Callback function invoked upon an action occuring on an icon.
* Callback function invoked upon an action occurring on an icon.
*
************************************************************************/
@@ -1748,7 +1748,7 @@ GetSelectedCount(
char * wsName;
Atom pCurrent;
/* If the initiation of the drag occured upon an */
/* If the initiation of the drag occurred upon an */
/* already selected icon, check for a multiple drag. */
if ((desktopRec == NULL) && FileIsSelected(fileMgrData, fileViewData))

View File

@@ -1305,7 +1305,7 @@ FileManip(
break;
}
/* If catmsg is NULL then one of the miscellanous error's occured.
/* If catmsg is NULL then one of the miscellanous error's occurred.
* Set up a generic error message which will output the internal
* error message.
*/

View File

@@ -979,7 +979,7 @@ Create(
XtSetValues (file_mgr_rec->vertical_scroll_bar, args, 2);
/* Add an event handler to catch resizes occuring on the scrolled */
/* Add an event handler to catch resizes occurring on the scrolled */
/* window, in order to force a relayout of the icons. */
XtAddEventHandler (file_mgr_rec->scroll_window, StructureNotifyMask,

View File

@@ -134,7 +134,7 @@ static XmGadget InputForGadget(
/************************************************************************
*
* FileWindowExposeCallback
* Callback function invoked upon an exposure event occuring
* Callback function invoked upon an exposure event occurring
* in the file display area.
*
************************************************************************/
@@ -266,7 +266,7 @@ FileWindowMapCallback(
/************************************************************************
*
* FileWindowInputCallback
* Callback function invoked upon input occuring in the
* Callback function invoked upon input occurring in the
* file display area, file icon, or within a desktop icon.
*
************************************************************************/

View File

@@ -2036,7 +2036,7 @@ RestoreSettingsFile( void )
else
{
XtFree(dtPath);
return; /* we are comming up in a system mode (e.g. default) */
return; /* we are coming up in a system mode (e.g. default) */
}

View File

@@ -1895,7 +1895,7 @@ OkCallback(
{
/* It is the current directory, now we need to test the cases where
* by changing permissions the user would no should be in this
* directory because lack of priviledges.
* directory because lack of privileges.
* Cases where this is true:
* 1. If the execute bit for owner has been changed to off and the
* user is the owner.

View File

@@ -157,7 +157,7 @@ int G_dialog_closed = FALSE;
* for object and folder.
*
* This function simply searches for the last slash (/) in
* the path and returns the characters preceeding the slash
* the path and returns the characters preceding the slash
* as folder and the characters after the last slash as
* object. Thus, object could be a directory/folder or a
* file.