Spelling fixes
This commit is contained in:
@@ -3729,7 +3729,7 @@ MatchParamsToAction(
|
||||
* "termOpts". This situation arises because
|
||||
* the existing prompt data structures do NOT identify the
|
||||
* location of the prompt and hence where to put the
|
||||
* user-supplied value; except by order of occurance.
|
||||
* user-supplied value; except by order of occurrence.
|
||||
*/
|
||||
ProcessOneSegment(request, &(action->u.cmd.execHosts), prompts,
|
||||
numPrompts, &argsOptionFound, &lastArgReferenced,
|
||||
@@ -4734,7 +4734,7 @@ ResolveCommandInvokerMessagePieces(
|
||||
* "termOpts". This situation arises because
|
||||
* the existing prompt data structures do NOT identify the
|
||||
* location of the prompt and hence where to put the
|
||||
* user-supplied value; except by order of occurance.
|
||||
* user-supplied value; except by order of occurrence.
|
||||
*/
|
||||
|
||||
/* Set up the next host to execute on */
|
||||
|
||||
@@ -1266,7 +1266,7 @@ InitializeLocalizedStrings ( void )
|
||||
|
||||
missingField = XtNewString (((char *) Dt11GETMESSAGE (6, 14, "The action definition \"%s\" in the file\n \"%s\"\n is missing the required field, \"%s\"\n for \"%s\" type actions.\n")));
|
||||
|
||||
missingName = XtNewString (((char *) Dt11GETMESSAGE (4, 1, "A \"%s\" definition in the file:\n \"%s\"\n is missing a name. Add the name\n to the defintion.\n")));
|
||||
missingName = XtNewString (((char *) Dt11GETMESSAGE (4, 1, "A \"%s\" definition in the file:\n \"%s\"\n is missing a name. Add the name\n to the definition.\n")));
|
||||
|
||||
unrecogMsgType2 = XtNewString (((char *) Dt11GETMESSAGE (6, 16, "The action definition \"%s\" in the file\n \"%s\"\n has the illegal value \"%s\" in the \"%s%s%s\" field.\n")));
|
||||
}
|
||||
|
||||
@@ -1867,7 +1867,7 @@ _DtActReadTmpFileToBuffer( char *fname, int *sizep )
|
||||
*
|
||||
* _DtActRetCmdChildArgs(childp, aargv)
|
||||
*
|
||||
* Create an argment vector containing the returnable arguments for
|
||||
* Create an argument vector containing the returnable arguments for
|
||||
* a command action child. The vector pointer is passed in "aargv"
|
||||
* space for it should already have been allocated by the caller.
|
||||
* The number of returned arguments is returned by the function.
|
||||
|
||||
Reference in New Issue
Block a user