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

@@ -44,7 +44,7 @@
** This file contains the routines that control the client/server architecture
** of dtpad and creation of the top level widgets.
**
** See the comments preceeding main() for a description of the client/server
** See the comments preceding main() for a description of the client/server
** architecture of dtpad as well as an overview of the routine hierarchy of
** dtpad. The widget hierarchy of dtpad goes something like this:
**
@@ -1848,7 +1848,7 @@ dtpadXErrorHandler(
_DtSimpleError("dtpad", DtWarning, NULL, msg, NULL);
/*
* if the error occured on the print display we're going to set
* if the error occurred on the print display we're going to set
* a variable so that and when the job is done, right before calling
* XpEndJob, we call XpCancelJob, and notify the user.
*/

View File

@@ -279,7 +279,7 @@ PrintJobCancel(PrintJob *pJob)
/************************************************************************
* PrintJobGetErrorPrintDisplay
* Returns the last print display on which an error occured.
* Returns the last print display on which an error occurred.
************************************************************************/
Display *
PrintJobGetErrorPrintDisplay()
@@ -289,7 +289,7 @@ PrintJobGetErrorPrintDisplay()
/************************************************************************
* PrintJobSetErrorPrintDisplay
* Save a pointer to the print display on which an error occured.
* Save a pointer to the print display on which an error occurred.
************************************************************************/
void
PrintJobSetErrorPrintDisplay(Display *display)
@@ -299,7 +299,7 @@ PrintJobSetErrorPrintDisplay(Display *display)
/************************************************************************
* PrintJobIsActivePrintDisplay
* Save a pointer to the print display on which an error occured.
* Save a pointer to the print display on which an error occurred.
************************************************************************/
Boolean
PrintJobIsActivePrintDisplay(Display *display)