Skip to content
Snippets Groups Projects
Commit 09f96131 authored by James David Berry's avatar James David Berry
Browse files

Fix typos.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172768 13f79535-47bb-0310-9956-ffa450edef68
parent 7fccceee
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,7 @@ gmake -e</source> ...@@ -364,7 +364,7 @@ gmake -e</source>
Projects/MacOS/ShortenFiles.pl to the xercesc main directory (the same Projects/MacOS/ShortenFiles.pl to the xercesc main directory (the same
directory that contains the Projects directory). Executing this perl directory that contains the Projects directory). Executing this perl
script from this location will create a new directory MacSrc that script from this location will create a new directory MacSrc that
contains patched up versions of files from the src direcotry. contains patched up versions of files from the src directory.
</li> </li>
</ul> </ul>
...@@ -501,7 +501,8 @@ make</source> ...@@ -501,7 +501,8 @@ make</source>
expected by the shell. The easiest means of creating and interpreting these expected by the shell. The easiest means of creating and interpreting these
paths will be through the routines <code>XMLCreateFullPathFromFSRef</code> paths will be through the routines <code>XMLCreateFullPathFromFSRef</code>
and <code>XMLParsePathToFSRef</code> as declared in the file and <code>XMLParsePathToFSRef</code> as declared in the file
<code>MacOSPlatformUtils.hpp</code>. <code>MacOSPlatformUtils.hpp</code>. FSSpec variants of these routines are
also supplied.
</p> </p>
<p><em>Mac OS Version Compatibility</em></p> <p><em>Mac OS Version Compatibility</em></p>
...@@ -528,7 +529,7 @@ make</source> ...@@ -528,7 +529,7 @@ make</source>
<ul> <ul>
<li>URLAccess. Provides NetAccessor support to &XercesCName; for use in <li>URLAccess. Provides NetAccessor support to &XercesCName; for use in
fetching network referenced entities. If URLAccess is not installed, any fetching network referenced entities. If URLAccess is not installed, any
such references will fail; the absense of URLAccess, however, will not such references will fail; the absence of URLAccess, however, will not
in itself prevent &XercesCName; from running. in itself prevent &XercesCName; from running.
</li> </li>
...@@ -539,7 +540,7 @@ make</source> ...@@ -539,7 +540,7 @@ make</source>
<li>HFS+ APIs. If HFS+ APIs are available, all file access is performed <li>HFS+ APIs. If HFS+ APIs are available, all file access is performed
using the HFS+ fork APIs to support long file access, and to support using the HFS+ fork APIs to support long file access, and to support
long unicode compliant file names. In the absense of HFS+ APIs, classic long unicode compliant file names. In the absence of HFS+ APIs, classic
HFS APIs are used instead. HFS APIs are used instead.
</li> </li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment