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:48:13 UTC

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

Author: raido
Date: Fri Apr  1 11:48:13 2011
New Revision: 1087659

URL: http://svn.apache.org/viewvc?rev=1087659&view=rev
Log:
2 more 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=1087659&r1=1087658&r2=1087659&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:48:13 2011
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-Getting Wookie up and running on your machine is really easy. you'll find instructions below. 
+Getting Wookie up and running on your machine is really easy.You'll find instructions below. 
 Once you have it running locally we will probably want to take a look at the [quickstart guide](quickstart.html).
 
 ## Binaries
@@ -33,7 +33,7 @@ To build from source follow these steps:
   - Install [Apache Ant 1.7](http://archive.apache.org/dist/ant/binaries/) 
   - Checkout Wookie from [SVN](http://svn.apache.org/repos/asf/incubator/wookie/trunk)
   - Build and run using "ant run"
-  - Visit http://localhosr:8080/wookie
+  - Visit http://localhost:8080/wookie
 
 ### On Linux