You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/03/18 21:56:16 UTC

svn commit: r1302223 - /tomcat/jk/trunk/native/BUILDING.txt

Author: kkolinko
Date: Sun Mar 18 20:56:15 2012
New Revision: 1302223

URL: http://svn.apache.org/viewvc?rev=1302223&view=rev
Log:
Correct several typos in BUILDING.txt

Modified:
    tomcat/jk/trunk/native/BUILDING.txt

Modified: tomcat/jk/trunk/native/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/BUILDING.txt?rev=1302223&r1=1302222&r2=1302223&view=diff
==============================================================================
--- tomcat/jk/trunk/native/BUILDING.txt (original)
+++ tomcat/jk/trunk/native/BUILDING.txt Sun Mar 18 20:56:15 2012
@@ -71,7 +71,7 @@
   will get the error message: "this module might crash under EAPI!" when
   loading libjk.so in httpd.
 
-  Static build need more tests, and we strongly recommend dynamic build
+  Static build needs more tests, and we strongly recommend dynamic build
   using DSO/APXS.
 
 
@@ -109,7 +109,7 @@
   have -DHPUX11GCC defined (usually by setting CLAGS before configure)
 
   Reports are that the stripped down cc version that ships with
-  HP-UX won't be able to works, you should habe the HP add-on ANSI C
+  HP-UX won't be able to work, you should have the HP add-on ANSI C
   Compiler package.
 
   A good repository for HP-UX gnu tools is:
@@ -122,13 +122,13 @@
   The build should work with the GNU gcc compiler, on both
   SPARC and x86 architecture systems.
 
-  A good repository for Solaris gnu tools is :
+  A good repository for Solaris gnu tools is:
 
   http://www.sunfreeware.com/
 
   Be carefull when mixing native compiler and gnu compiler, and
   ensure that apache and mod_jk will be compiled and linked with
-  the same tools (ie full Solaris or full GNU)
+  the same tools (i.e. full Solaris or full GNU)
 
 
   Building from the subversion tree
@@ -152,6 +152,6 @@
 
   ./buildconf.sh
 
-  If you see error message from automake, don't care about them.
+  If you see error messages from automake, don't care about them.
   After running buildconf you can build as usual using configure
   and make.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org