You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2009/01/16 03:08:28 UTC

svn commit: r734890 - in /lucene/pylucene/trunk: INSTALL jcc/INSTALL

Author: vajda
Date: Thu Jan 15 18:08:28 2009
New Revision: 734890

URL: http://svn.apache.org/viewvc?rev=734890&view=rev
Log:
some typos fixed

Modified:
    lucene/pylucene/trunk/INSTALL
    lucene/pylucene/trunk/jcc/INSTALL

Modified: lucene/pylucene/trunk/INSTALL
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/INSTALL?rev=734890&r1=734889&r2=734890&view=diff
==============================================================================
--- lucene/pylucene/trunk/INSTALL (original)
+++ lucene/pylucene/trunk/INSTALL Thu Jan 15 18:08:28 2009
@@ -41,7 +41,7 @@
   Requirements
   ------------
 
-  To build PyLucene with JCC a Java Development Kit (JDK) and ant [1] are
+  To build PyLucene with JCC a Java Development Kit (JDK) and Ant [1] are
   required; use of the resulting PyLucene requires only a Java Runtime
   Environment (JRE).
 

Modified: lucene/pylucene/trunk/jcc/INSTALL
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/INSTALL?rev=734890&r1=734889&r2=734890&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/INSTALL (original)
+++ lucene/pylucene/trunk/jcc/INSTALL Thu Jan 15 18:08:28 2009
@@ -18,14 +18,14 @@
   Building JCC
   ------------
 
-  JCC is a Python extension written in Python and C++. it requires a Java
+  JCC is a Python extension written in Python and C++. It requires a Java
   Runtime Environment to operate as it uses Java's reflection APIs to do 
-  its work. It is built and installed via distutils.
+  its work. It is built and installed via distutils or setuptools.
 
   1. Edit setup.py and review that values in the INCLUDE, CFLAGS,
      DEBUG_CFLAGS, LFLAGS and JAVAC are correct for your system. These
      values are also going to be compiled into JCC's config.py file and are
-     going to be used by JCC when invoking disutils or setuptools to compile
+     going to be used by JCC when invoking distutils or setuptools to compile
      extensions its generating code for.
 
   2. At the command line, enter: