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

@@ -788,7 +788,7 @@ Display_XPMFile(
icon_height = height;
fileFormat = FORMAT_XPM;
XmToggleButtonGadgetSetState(formatMenu_xpm_tb, True, True);
/* This line is not realy needed since an Exposed event will be generated */
/* This line is not really needed since an Exposed event will be generated */
Repaint_Exposed_Tablet();
XDestroyImage(scratch_img);
XFreePixmap(dpy, pix_ret);
@@ -869,7 +869,7 @@ Display_XBMFile(
icon_height = height;
fileFormat = FORMAT_XBM;
XmToggleButtonGadgetSetState(formatMenu_xbm_tb, True, True);
/* This line is not realy needed since an Exposed event will be generated */
/* This line is not really needed since an Exposed event will be generated */
Repaint_Exposed_Tablet();
if (mask_ret) {
XDestroyImage(test_img);

View File

@@ -821,7 +821,7 @@ ConvertDropName( char *objects)
* *
* Routine: Process_DropCheckOp *
* *
* Purpose: Validate the drag-n-drop operation that just occured on the *
* Purpose: Validate the drag-n-drop operation that just occurred on the *
* tablet window. *
* *
***************************************************************************/
@@ -866,7 +866,7 @@ extern unsigned int width_ret, height_ret;
* *
* Routine: Do_DropCheckOp *
* *
* Purpose: Verify the drag-n-drop operation that just occured on the *
* Purpose: Verify the drag-n-drop operation that just occurred on the *
* tablet window. *
* *
***************************************************************************/