Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -788,7 +788,7 @@ _DtHelpCeGetSdlCdata (
* Purpose: Parses the CDATA value for an element attribute. Expects the
* pointer to be after the equals sign of the attribute. The
* CDATA must be included in quotes (either single or double)
* and can have white space (spaces, newlines or tabs) preceeding
* and can have white space (spaces, newlines or tabs) preceding
* it. Any newline encountered within the CDATA value is turned
* into a space. Any quote enclosed in the CDATA must not be the
* same type as what is used to delimit the CDATA value. I.E.