You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ra...@apache.org on 2011/04/01 13:43:01 UTC

svn commit: r1087658 - /incubator/wookie/site/trunk/content/wookie/docs/download.mdtext

Author: raido
Date: Fri Apr  1 11:43:01 2011
New Revision: 1087658

URL: http://svn.apache.org/viewvc?rev=1087658&view=rev
Log:
Fix 2 typos

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/download.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/download.mdtext?rev=1087658&r1=1087657&r2=1087658&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/download.mdtext Fri Apr  1 11:43:01 2011
@@ -31,13 +31,13 @@ To build from source follow these steps:
   - Install [Java JDK](http://java.com/en/download/)
   - Install [Apache Subversion](http://subversion.apache.org/packages.html)
   - Install [Apache Ant 1.7](http://archive.apache.org/dist/ant/binaries/) 
-  - Checkout Wookie from [SVN](http://svn.apache.org/repos/asf/incubator/wookie/trun)
+  - Checkout Wookie from [SVN](http://svn.apache.org/repos/asf/incubator/wookie/trunk)
   - Build and run using "ant run"
   - Visit http://localhosr:8080/wookie
 
 ### On Linux
 
-If you are running Ubuntu Liniux the commands you need to carry out a source installation are:
+If you are running Ubuntu Linux the commands you need to carry out a source installation are:
 
     sudo apt-get install openjdk-6-jdk
     sudo apt-get install subversion