Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -2631,7 +2631,7 @@ no default.
</PARA>
<PARA><EMPHASIS>Char</EMPHASIS> contributes to Align. If the
value of Align is &ldquo;char&rdquo;, the value of Char
should be a character on the first occurrance
should be a character on the first occurrence
of which the entry is to be aligned. If that
character does not occur in the entry, the entry
is aligned to the left of the position determined
@@ -2898,7 +2898,7 @@ ColSpec or SpanSpec.
</PARA>
<PARA><EMPHASIS>Char</EMPHASIS> contributes to Align. If the
value of Align is &ldquo;char&rdquo;, the value of Char
should be a character on the first occurrance
should be a character on the first occurrence
of which the entry is to be aligned. If that
character does not occur in the entry, the entry
is aligned to the left (the original doc incorrectly
@@ -3005,7 +3005,7 @@ or SpanSpec.
</PARA>
<PARA><EMPHASIS>Char</EMPHASIS> contributes to Align. If the
value of Align is &ldquo;char&rdquo;, the value of Char
should be a character on the first occurrance
should be a character on the first occurrence
of which the entry is to be aligned. If that
character does not occur in the entry, the entry
is aligned to the left (the original doc incorrectly
@@ -4632,7 +4632,7 @@ is Center.
</PARA>
<PARA><EMPHASIS>Char</EMPHASIS> contributes to Align. If the
value of Align is &ldquo;char&rdquo;, the value of Char
should be a character on the first occurrance
should be a character on the first occurrence
of which the entry is to be aligned. If that
character does not occur in the entry, the entry
is aligned to the left of the position determined
@@ -4948,7 +4948,7 @@ is Left, unless overridden by TGroupStyle.
</PARA>
<PARA><EMPHASIS>Char</EMPHASIS> contributes to Align. If the
value of Align is &ldquo;char&rdquo;, the value of Char
should be a character on the first occurrance
should be a character on the first occurrence
of which the entry is to be aligned. If that
character does not occur in the entry, the entry
is is aligned to the left (the original doc incorrectly

View File

@@ -34,7 +34,7 @@ role="JumpText" linkend="HRDC.Sgml.mkr.6"></para></entry></row>
<entry><para><!--Original XRef content: 'Formal Markup199'--><xref role="JumpText"
linkend="HRDC.Sgml.mkr.7"></para></entry></row></tbody></tgroup></informaltable>
<sect1 id="HRDC.Sgml.div.2">
<title>Document Type Defintion</title>
<title>Document Type Definition</title>
<para>A <emphasis>Document Type Definition</emphasis> (DTD) defines a set
of elements used to create a structured (or hierarchical) document. The DTD
specifies the syntax for each element and governs how and where elements can

View File

@@ -488,7 +488,7 @@ default is False.</para>
<varlistentry><term><literal>no_option</literal></term>
<listitem>
<para>A Bool indicating whether the IMS allows the command-line option or
not. If True, any options specfied by <literal>&minus;imsopt</literal> are
not. If True, any options specified by <literal>&minus;imsopt</literal> are
ignored, though the value of the <literal>cmd_param</literal> entry is always
applied regardless of this value. It should be True for the local IMS. The
default is False.</para>

View File

@@ -164,7 +164,7 @@ must be enclosed in double quotes.
<varlistentry><term>date = null | <emphasis>field_id</emphasis> [+ <emphasis>field_id</emphasis>] ...</term>
<listitem>
<para>Defines the document date for each document. It will
be converted into a correctly formated fzk file date line.
be converted into a correctly formatted fzk file date line.
</para>
<para><literal>null</literal> specifies undated documents. Undated documents
always qualify for searches irrespective of date

View File

@@ -948,7 +948,7 @@ or not. The default is False.
<varlistentry><term><literal>no_option</literal></term>
<listitem>
<para>A Bool attribute that indicates whether the IMS allows the command line
option or not. If True, any options specfied by
option or not. If True, any options specified by
<literal>-imsopt</literal> are ignored, though the value of the
<literal>cmd_param</literal> attribute is always applied regardless of
this value. True should be given for the local IM. The default is False.

View File

@@ -40,7 +40,7 @@ repeat the installation procedure.</Para>
(see the <CiteTitle>Common Desktop Environment Advanced User's and
System Administrator's Guide</CiteTitle>).
The built-in controls and controls provided by your system
adminstrator are defined this way.</Para>
administrator are defined this way.</Para>
<Para>If you delete a control defined in a configuration file, it you
may be more difficult to restore, since
there may not be an

View File

@@ -289,7 +289,7 @@ Browse()
else if (!strcmp(cmd, "quit")) break;
else
fprintf(stderr, "Unknown command '%s' - ingored.\n", cmd);
fprintf(stderr, "Unknown command '%s' - ignored.\n", cmd);
}
putc(NL, stdout);
}

View File

@@ -271,7 +271,7 @@ PrintStats(
int dif_el=0, tot_el=0, tot_data=0, nchars, max_depth=0;
float pct;
fprintf(outfp, "%-22s %s %s\n", "Element name", "Occurrances", "Character Content");
fprintf(outfp, "%-22s %s %s\n", "Element name", "Occurrences", "Character Content");
fprintf(outfp, "%-22s %s %s\n", "---------------", "-----------", "-----------------");
acc_tots(top, &tot_el, &tot_data, &max_depth);

View File

@@ -477,7 +477,7 @@ AccumElemInfo(
case CMD_LINE: /* Llineno */
/* These lines come in 2 forms: "L123" and "L123 file.sgml".
* Filename is given only at 1st occurance. Remember it.
* Filename is given only at 1st occurrence. Remember it.
*/
if ((cp = strchr(buf, ' '))) {
cp++;

View File

@@ -99,7 +99,7 @@ typedef struct _Trans {
char *gi; /* element name of tag under consideration */
char **gilist; /* list of element names (multiple gi's) */
char *context; /* context in tree - looking depth levels up */
regexp *context_re; /* tree heirarchy looking depth levels up */
regexp *context_re; /* tree hierarchy looking depth levels up */
int depth; /* number of levels to look up the tree */
AttPair_t *attpair; /* attr name-value pairs */
int nattpairs; /* number of name-value pairs */