You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by he...@apache.org on 2014/07/01 11:07:45 UTC

svn commit: r1607025 - /thrift/cms-site/trunk/templates/tutorial_intro.md

Author: henrique
Date: Tue Jul  1 09:07:44 2014
New Revision: 1607025

URL: http://svn.apache.org/r1607025
Log:

fix typo


Modified:
    thrift/cms-site/trunk/templates/tutorial_intro.md

Modified: thrift/cms-site/trunk/templates/tutorial_intro.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/templates/tutorial_intro.md?rev=1607025&r1=1607024&r2=1607025&view=diff
==============================================================================
--- thrift/cms-site/trunk/templates/tutorial_intro.md (original)
+++ thrift/cms-site/trunk/templates/tutorial_intro.md Tue Jul  1 09:07:44 2014
@@ -5,8 +5,8 @@
 All Apache Thrift tutorials require that you have:
 
 1. Built and installed the Apache Thrift Compiler and Libraries, see [Building from source](/docs/BuildingFromSource) for more details.
-1. Generated the [tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift) and [shared.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/shared.thrift) files as [discussed here](/tutorial/)
+1. Generated the [tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift) and [shared.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/shared.thrift) files as [discussed here](/tutorial/).
 
 		thrift -r --gen {{ headers.library_lang }} tutorial.thrift
 
-1. Followed all prerequesets listed
+1. Followed all prerequisites listed below.