Even more spelling fixed

This commit is contained in:
chase
2018-04-17 22:00:05 -07:00
committed by Jon Trulson
parent 1fe5a550b2
commit 6d3a19d8f9
27 changed files with 30 additions and 30 deletions

View File

@@ -2820,7 +2820,7 @@ static void ProcessJumpReuse(
hw->help_dialog.ghelp.volumeFlag = FALSE;
}
/* Free old copy fisrt ??? */
/* Free old copy first ??? */
pTempLocationId = _DtHelpParseIdString(hyperData->specification);
XtFree(hw->help_dialog.display.locationId);
hw->help_dialog.display.locationId = pTempLocationId;

View File

@@ -1784,7 +1784,7 @@ static void ProcessJumpReuse(
}
/* Free old copy fisrt ??? */
/* Free old copy first ??? */
pTempLocationId = _DtHelpParseIdString(hyperData->specification);
XtFree(qw->qhelp_dialog.display.locationId);
qw->qhelp_dialog.display.locationId = pTempLocationId;

View File

@@ -2199,7 +2199,7 @@ void _DtHelpDisplayFormatError(
/* Set the string to the current help dialog */
(void) _DtHelpFormatAsciiStringDynamic(displayArea, userError, &topicHandle);
/* We ignor the status return here, because if we error out here we are
/* We ignore the status return here, because if we error out here we are
* in big trouble because this is an error routine
*/

View File

@@ -29,7 +29,7 @@
** Project: Cde Help System
**
** Description: This is the UI dependant layer to the Help System.
** It recieves requests from the Core Engine for
** It receives requests from the Core Engine for
** information or to do rendering. It does the
** appropriate work based on a Motif and X Lib
** interface.