Last of the spelling fixed
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user