Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-fixups-1

This commit is contained in:
Peter Howkins
2018-04-23 02:21:30 +01:00
14 changed files with 15 additions and 15 deletions

View File

@@ -231,7 +231,7 @@ _DtHelpFileTraceLinks (
/* get last slash in the current file path */
if(_DtHelpCeStrrchr(filePath,DirSlashStr,MB_CUR_MAX,&slash) == 0)
{ /* there is a path comonent in filePath; use it with linkPath */
{ /* there is a path component in filePath; use it with linkPath */
strcpy(++slash,linkPath);
strcpy(linkPath,filePath); /* leave result in linkPath */
}

View File

@@ -190,7 +190,7 @@ $ Msg 46 should not translate "delblanklines."
53 "Error - delimiter defined as '%1$s' references a physical line in the record.\n\
Since the delimiter defines the physical lines\n\
it cannot be referenced as a physical line.\n"
54 "Error - for field '%1$s', no line identifer matches '%2$s'.\n"
54 "Error - for field '%1$s', no line identifier matches '%2$s'.\n"
55 "Error - field include/exclude list included\n\
the field '%1$s', which was never defined.\n"
56 "Error - image include/exclude list included\n\

View File

@@ -745,7 +745,7 @@ static int add_a_keytype (char ktchar)
* For example if how_many == 1, only 1 keytype will be added
* and the balance of the line will be ignored.
* We also quit adding keytypes when the total reaches
* MAX_KTCOUNT or when we hit end of line or commments.
* MAX_KTCOUNT or when we hit end of line or comments.
*/
static void read_keytypes (int how_many, _Xstrtokparams *strtok_buf)
{

View File

@@ -144,7 +144,7 @@ refer to the _DtXlatedocumentation.
<operations> : a CDE-standardized identifier for the operation(s) to
which the value applies. The operation(s) need not be supported by every
platform, but CDE must have standardized an identifier for the operation
in order for it to be used. More than one identifer may be included by
in order for it to be used. More than one identifier may be included by
concatenating them using the ',' separator, eg. "iconv1,iconv3".
_DtLcx defines a number of standard operation strings that use

View File

@@ -2437,7 +2437,7 @@ will be necessary to ensure correct translation specifications.
<operations> : a CDE-standardized identifier for the operation(s) to
which the value applies. The operation(s) need not be supported by every
platform, but CDE must have standardized an identifier for the operation
in order for it to be used. More than one identifer may be included by
in order for it to be used. More than one identifier may be included by
concatenating them using the ',' separator, eg. "iconv1,iconv3".
<transtype> : The <transtype> field records the direction of

View File

@@ -199,7 +199,7 @@ inherit : FROM otid
*
* args ::= '(' argspec {, argspec}* ')' | '(void)' | '()'
*
* cxtdcl ::= 'context' '(' identifier {, identifer }* ')'
* cxtdcl ::= 'context' '(' identifier {, identifier }* ')'
*
* argspec ::= mode type name
*