summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/doc
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-27 21:29:02 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-27 21:29:02 +0000
commit031cbbaad3b7b6bb2f500e7c58b81394a77020ba (patch)
treea6cb1438c123cb23db2796011d4e3b59a09b82db /libjava/classpath/doc
parentfc22b9c99c6f8116f0e93f495e18234fa1f20fe4 (diff)
downloadppe42-gcc-031cbbaad3b7b6bb2f500e7c58b81394a77020ba.tar.gz
ppe42-gcc-031cbbaad3b7b6bb2f500e7c58b81394a77020ba.zip
* doc/README.jaxp: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/doc')
-rw-r--r--libjava/classpath/doc/README.jaxp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/doc/README.jaxp b/libjava/classpath/doc/README.jaxp
index ec881322684..afafb083c19 100644
--- a/libjava/classpath/doc/README.jaxp
+++ b/libjava/classpath/doc/README.jaxp
@@ -155,7 +155,7 @@ To enable the various GNU JAXP factories, set the following system properties
When using libxmlj, the libxmlj shared library must be available.
In general it is picked up by the runtime using GNU Classpath. If not you
might want to try adding the directory where libxmlj.so is installed
-(by default ${prefix}/lib/classpath/) with ldconfig or specifing in the
+(by default ${prefix}/lib/classpath/) with ldconfig or specifying in the
LD_LIBRARY_PATH environment variable. Additionally, you may need to specify
the location of your shared libraries to the runtime environment using the
java.library.path system property.
@@ -174,7 +174,7 @@ Update: it may be possible to make libxmlj thread-safe nonetheless
using thread context variables.
Update: thread context variables have been introduced. This is very
-untested though, libxmll therefore still has the single thread
+untested though, libxmlj therefore still has the single thread
bottleneck.
OpenPOWER on IntegriCloud